aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-07-20 08:12:20 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-07-20 08:12:20 +0000
commitc960bbaa8ab94c416e5af5be24feaf7892d93b5d (patch)
treeec3c8610b9da04c371cb16bd5d447d09602a281e
parentce71cc85ea95b52d26d6513a56307e868be733ba (diff)
downloadalpine_aports-c960bbaa8ab94c416e5af5be24feaf7892d93b5d.tar.bz2
alpine_aports-c960bbaa8ab94c416e5af5be24feaf7892d93b5d.tar.xz
alpine_aports-c960bbaa8ab94c416e5af5be24feaf7892d93b5d.zip
main/gettext: upgrade to 0.18.1.1
-rw-r--r--main/gettext/APKBUILD20
1 files changed, 9 insertions, 11 deletions
diff --git a/main/gettext/APKBUILD b/main/gettext/APKBUILD
index bd9eec61e8..1025aca135 100644
--- a/main/gettext/APKBUILD
+++ b/main/gettext/APKBUILD
@@ -1,16 +1,14 @@
1# Maintainer: Carlo Landmeter <clandmeter at gmail.com> 1# Maintainer: Carlo Landmeter <clandmeter at gmail.com>
2pkgname=gettext 2pkgname=gettext
3pkgver=0.17 3pkgver=0.18.1.1
4pkgrel=4 4pkgrel=0
5pkgdesc="GNU locale utilities" 5pkgdesc="GNU locale utilities"
6url="http://www.gnu.org/software/gettext/gettext.html" 6url="http://www.gnu.org/software/gettext/gettext.html"
7license='GPL' 7license='GPL'
8depends= 8depends=
9makedepends="libiconv-dev expat-dev ncurses-dev bash libxml2-dev libgomp" 9makedepends="libiconv-dev expat-dev ncurses-dev bash libxml2-dev"
10source="ftp://ftp.mirror.nl/pub/mirror/gnu/gettext/gettext-0.17.tar.gz 10source="ftp://ftp.mirror.nl/pub/mirror/gnu/gettext/gettext-$pkgver.tar.gz
11 gettext-0.15-expat-no-dlopen.patch 11 gettext-uclibc.patch
12 gettext-0.17-gnuinfo.patch
13 gettext-0.17-open-args.patch
14 " 12 "
15subpackages="$pkgname-doc $pkgname-dev" 13subpackages="$pkgname-doc $pkgname-dev"
16 14
@@ -19,6 +17,7 @@ _builddir="$srcdir/$pkgname-$pkgver"
19prepare() { 17prepare() {
20 cd "$_builddir" 18 cd "$_builddir"
21 for i in ../*.patch; do 19 for i in ../*.patch; do
20 [ -r "$i" ] || continue
22 msg "Applying $i..." 21 msg "Applying $i..."
23 patch -p1 < $i || return 1 22 patch -p1 < $i || return 1
24 done 23 done
@@ -31,6 +30,7 @@ build() {
31 30
32 ./configure --prefix=/usr \ 31 ./configure --prefix=/usr \
33 --mandir=/usr/share/man \ 32 --mandir=/usr/share/man \
33 --enable-threads=posix \
34 --disable-static 34 --disable-static
35 make || return 1 35 make || return 1
36} 36}
@@ -40,7 +40,5 @@ package() {
40 make -j1 DESTDIR="$pkgdir/" install 40 make -j1 DESTDIR="$pkgdir/" install
41} 41}
42 42
43md5sums="58a2bc6d39c0ba57823034d55d65d606 gettext-0.17.tar.gz 43md5sums="3dd55b952826d2b32f51308f2f91aa89 gettext-0.18.1.1.tar.gz
4420dbf5cfc16f8726e7594fb49da5665c gettext-0.15-expat-no-dlopen.patch 44cbf6444e7c8ad3aa70b2b80f8fcb6016 gettext-uclibc.patch"
4551ba4ca1008c76564c25c632a4ee8b3e gettext-0.17-gnuinfo.patch
46aa0b9cb60cd87298dbfc2662b98e8a0b gettext-0.17-open-args.patch"