You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
586 B
25 lines
586 B
################################################################################
|
|
#
|
|
# popt
|
|
#
|
|
################################################################################
|
|
|
|
POPT_VERSION = 1.18
|
|
POPT_DIR = popt-$(POPT_VERSION)
|
|
POPT_SOURCE = popt-$(POPT_VERSION).tar.gz
|
|
POPT_SITE = http://ftp.rpm.org/popt/releases/popt-1.x
|
|
|
|
POPT_DEPENDENCIES = libiconv
|
|
|
|
POPT_AUTORECONF = YES
|
|
|
|
POPT_CONF_ENV = \
|
|
ac_cv_va_copy=yes \
|
|
am_cv_lib_iconv=yes
|
|
|
|
POPT_CONF_OPTS = \
|
|
--datarootdir=$(REMOVE_datarootdir) \
|
|
--with-libiconv-prefix=$(TARGET_prefix)
|
|
|
|
popt: | $(TARGET_DIR)
|
|
$(call autotools-package)
|
|
|