Commit f1ebbb3d authored by Robin Holt's avatar Robin Holt Committed by Peter Korsgaard
Browse files

package: add libargtable2



The argtable2 sourceforge project provides easy parsing of command line
options and file contents.

[Peter: Misc cleanup/fixes]
Signed-off-by: default avatarRobin Holt <holt@sgi.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 9c6106f1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -333,6 +333,7 @@ source "package/libupnp/Config.in"
endmenu

menu "Other"
source "package/libargtable2/Config.in"
source "package/argp-standalone/Config.in"
source "package/libatomic_ops/Config.in"
source "package/libcap/Config.in"
+7 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_LIBARGTABLE2
	bool "libargtable2"
	help
	  A greatly simplified and yet quite robust argument parsing
	  set of library calls.

	  http://argtable.sourceforge.net/
+17 −0
Original line number Diff line number Diff line
#############################################################
#
# libargtable2
#
#############################################################

LIBARGTABLE2_VERSION = 13
LIBARGTABLE2_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/argtable/

LIBARGTABLE2_INSTALL_STAGING = YES
LIBARGTABLE2_CONF_OPT= --program-prefix="" \
		--disable-example \
		--disable-kernel-module \
		--enable-lib \
		--enable-util

$(eval $(call AUTOTARGETS,package,libargtable2))