Import buildroot 2016.02.01

This commit is contained in:
2016-02-24 22:35:39 +01:00
parent a6ee09dea4
commit 828befcf3c
7393 changed files with 390887 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_LIBARGTABLE2
bool "libargtable2"
help
A greatly simplified and yet quite robust argument parsing
set of library calls.
http://argtable.sourceforge.net/

View File

@@ -0,0 +1,2 @@
# Locally computed:
sha256 8f77e8a7ced5301af6e22f47302fdbc3b1ff41f2b83c43c77ae5ca041771ddbf argtable2-13.tar.gz

View File

@@ -0,0 +1,19 @@
################################################################################
#
# libargtable2
#
################################################################################
LIBARGTABLE2_VERSION = 13
LIBARGTABLE2_SOURCE = argtable2-$(LIBARGTABLE2_VERSION).tar.gz
LIBARGTABLE2_SITE = http://downloads.sourceforge.net/project/argtable/argtable/argtable-2.13
LIBARGTABLE2_INSTALL_STAGING = YES
LIBARGTABLE2_CONF_OPTS = \
--disable-example \
--disable-kernel-module \
--enable-lib \
--enable-util
LIBARGTABLE2_LICENSE = LGPLv2+
LIBARGTABLE2_LICENSE_FILES = COPYING
$(eval $(autotools-package))