Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View 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/

View File

@@ -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

View File

@@ -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))