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.
16 lines
431 B
16 lines
431 B
################################################################################
|
|
#
|
|
# popt
|
|
#
|
|
################################################################################
|
|
|
|
POPT_VERSION = 1.16
|
|
POPT_DIR = popt-$(POPT_VERSION)
|
|
POPT_SOURCE = popt-$(POPT_VERSION).tar.gz
|
|
POPT_SITE = ftp://anduin.linuxfromscratch.org/BLFS/popt
|
|
|
|
POPT_CONF_OPTS = \
|
|
--datarootdir=$(REMOVE_datarootdir)
|
|
|
|
popt: | $(TARGET_DIR)
|
|
$(call autotools-package)
|
|
|