e127003af5
--program-prefix is now set in the auto-target infrastructure. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
18 lines
517 B
Makefile
18 lines
517 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= --disable-example \
|
|
--disable-kernel-module \
|
|
--enable-lib \
|
|
--enable-util
|
|
|
|
$(eval $(call AUTOTARGETS,package,libargtable2))
|