]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/gettext
miniupnpd: move initscript to src/initscripts/packages and use new macro
[ipfire-2.x.git] / lfs / gettext
index 892bad905454f06d6aeebfc942c6d81a51706fc3..3896ec12f1dc41a1a740fd2fa4bd15e8296bcd1f 100644 (file)
 
 include Config
 
-VER        = 0.18.1.1
+VER        = 0.19.8.1
 
 THISAPP    = gettext-$(VER)
-DL_FILE    = $(THISAPP).tar.gz
+DL_FILE    = $(THISAPP).tar.xz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
@@ -53,7 +53,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 3dd55b952826d2b32f51308f2f91aa89
+$(DL_FILE)_MD5 = df3f5690eaa30fd228537b00cb7b7590
 
 install : $(TARGET)
 
@@ -82,7 +82,7 @@ $(subst %,%_MD5,$(objects)) :
 
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
-       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
 ifeq "$(ROOT)" ""
        cd $(DIR_APP) && ./configure $(EXTRA_CONFIG)
        cd $(DIR_APP) && make $(EXTRA_MAKE)
@@ -90,6 +90,7 @@ ifeq "$(ROOT)" ""
 else
        cd $(DIR_APP)/gettext-tools && ./configure $(EXTRA_CONFIG)
        cd $(DIR_APP)/gettext-tools && make -C gnulib-lib
+       cd $(DIR_APP)/gettext-tools && make -C intl pluralx.c
        cd $(DIR_APP)/gettext-tools && make -C src msgfmt
        cd $(DIR_APP)/gettext-tools && cp -v src/msgfmt /tools/bin
 endif