mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
parent
209cbe3906
commit
80190bc68b
@ -2,11 +2,11 @@
|
||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="libconfig"
|
||||
PKG_VERSION="ca412e1d54d7c723028034d013a4f05f048b23c1"
|
||||
PKG_SHA256="bc51d74b1799b663c164902bd49990f653340a1e89d9b0377a66cedc3f84cc77"
|
||||
PKG_VERSION="1.8"
|
||||
PKG_SHA256="22e13253e652ec583ba0dd5b474bd9c7bd85dc724f2deb0d76a6299c421358ef"
|
||||
PKG_LICENSE="LGPL"
|
||||
PKG_SITE="https://github.com/hyperrealm/libconfig"
|
||||
PKG_URL="https://github.com/hyperrealm/libconfig/archive/${PKG_VERSION}.tar.gz"
|
||||
PKG_URL="https://github.com/hyperrealm/libconfig/archive/v${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_LONGDESC="A C/C++ configuration file library."
|
||||
PKG_TOOLCHAIN="autotools"
|
||||
@ -21,5 +21,4 @@ PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
||||
pre_configure_target() {
|
||||
cd ..
|
||||
rm -rf .${TARGET_NAME}
|
||||
rm lib/grammar.c
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user