Move all to deprecated folder.
This commit is contained in:
11
deprecated/firmware/buildroot/package/libconfuse/Config.in
Normal file
11
deprecated/firmware/buildroot/package/libconfuse/Config.in
Normal file
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_LIBCONFUSE
|
||||
bool "libconfuse"
|
||||
help
|
||||
LibConfuse is a configuration file parser library written in
|
||||
C. It supports sections and (lists of) values (strings,
|
||||
integers, floats, booleans or other sections), as well as some
|
||||
other features (such as single/double-quoted strings,
|
||||
environment variable expansion, functions and nested include
|
||||
statements.
|
||||
|
||||
http://savannah.nongnu.org/download/confuse/
|
||||
@@ -0,0 +1,2 @@
|
||||
# From https://github.com/martinh/libconfuse/releases/download/v2.8/confuse-2.8.tar.xz.md5
|
||||
md5 cb552c5737a72ef164733f0118971eb0 confuse-2.8.tar.xz
|
||||
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# libconfuse
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBCONFUSE_VERSION = 2.8
|
||||
LIBCONFUSE_SOURCE = confuse-$(LIBCONFUSE_VERSION).tar.xz
|
||||
LIBCONFUSE_SITE = https://github.com/martinh/libconfuse/releases/download/v$(LIBCONFUSE_VERSION)
|
||||
LIBCONFUSE_INSTALL_STAGING = YES
|
||||
LIBCONFUSE_CONF_OPTS = --disable-rpath
|
||||
LIBCONFUSE_DEPENDENCIES = host-flex
|
||||
LIBCONFUSE_LICENSE = ISC
|
||||
LIBCONFUSE_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user