mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
gettext: update to 0.19.8.1
Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
b48a6c971e
commit
345f1f3c0b
@@ -24,10 +24,10 @@
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user