kumquat-buildroot/package/libargtable2/libargtable2.mk
Robin Holt f1ebbb3df9 package: add libargtable2
The argtable2 sourceforge project provides easy parsing of command line
options and file contents.

[Peter: Misc cleanup/fixes]
Signed-off-by: Robin Holt <holt@sgi.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-12 22:49:07 +02:00

18 lines
478 B
Makefile

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