summaryrefslogtreecommitdiff
path: root/repo/system/gettext.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/gettext.xibuild')
-rw-r--r--repo/system/gettext.xibuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/repo/system/gettext.xibuild b/repo/system/gettext.xibuild
index e0f6d37..4a1118e 100644
--- a/repo/system/gettext.xibuild
+++ b/repo/system/gettext.xibuild
@@ -2,11 +2,12 @@
DEPS=(acl sh glib2)
-SOURCE=https://ftp.gnu.org/pub/gnu/gettext/gettext-0.21.tar.gz
+PKG_VER=0.21
+SOURCE=https://ftp.gnu.org/pub/gnu/gettext/gettext-$PKG_VER.tar.gz
DESC="GNU internationalization library"
build () {
- ./configure --prefix=/usr --disable-static --docdir=/usr/share/doc/gettext-0.21
+ ./configure --prefix=/usr --disable-static --docdir=/usr/share/doc/gettext-$PKG_VER
make
make check
}