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.
 
 
 
 
 
 

30 lines
713 B

################################################################################
#
# gettext
#
################################################################################
GETTEXT_VERSION = 0.19.8.1
GETTEXT_DIR = gettext-$(GETTEXT_VERSION)
GETTEXT_SOURCE = gettext-$(GETTEXT_VERSION).tar.xz
GETTEXT_SITE = $(GNU_MIRROR)/gettext
GETTEXT_AUTORECONF = YES
GETTEXT_CONF_OPTS = \
--bindir=$(REMOVE_bindir) \
--datarootdir=$(REMOVE_datarootdir) \
--disable-libasprintf \
--disable-acl \
--disable-openmp \
--disable-java \
--disable-native-java \
--disable-csharp \
--disable-relocatable \
--without-emacs
GETTEXT_MAKE_OPTS = \
-C gettext-runtime
gettext: | $(TARGET_DIR)
$(call autotools-package)