buildrootschalter/package/libargtable2/libargtable2.mk
Peter Korsgaard aa0c4d4e48 libargtable2: fix source tarball name
Last minute brown paper bag bug.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-13 08:09:41 +02:00

19 lines
541 B
Makefile

#############################################################
#
# libargtable2
#
#############################################################
LIBARGTABLE2_VERSION = 13
LIBARGTABLE2_SOURCE = argtable2-$(LIBARGTABLE2_VERSION).tar.gz
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))