kumquat-buildroot/package/popt/popt.mk

15 lines
345 B
Makefile
Raw Normal View History

2008-04-12 11:51:21 +02:00
#############################################################
#
# popt
#
#############################################################
2008-08-26 23:05:10 +02:00
POPT_VERSION:=1.14
POPT_SITE:=http://rpm5.org/files/popt
POPT_INSTALL_STAGING:=YES
POPT_INSTALL_TARGET:=YES
2008-08-26 23:05:10 +02:00
POPT_CONF_ENV:=ac_cv_va_copy=yes
2008-04-12 11:51:21 +02:00
2008-08-26 23:05:10 +02:00
POPT_DEPENDENCIES:=uclibc
2008-04-12 11:51:21 +02:00
$(eval $(call AUTOTARGETS,package,popt))