diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-08-12 07:43:09 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-08-12 07:44:05 +0000 |
commit | d9e253b2d144bd3752507b42cbe2989810ef34ec (patch) | |
tree | e10e693941cf5e7b12e9a357a903783b7889a9af /main/libgpg-error/APKBUILD | |
parent | 53f9795a13903861e21480fed7a4c8e778e0f08c (diff) | |
download | aports-d9e253b2d144bd3752507b42cbe2989810ef34ec.tar.bz2 aports-d9e253b2d144bd3752507b42cbe2989810ef34ec.tar.xz |
main/libgpg-error: upgrade to 1.9
Diffstat (limited to 'main/libgpg-error/APKBUILD')
-rw-r--r-- | main/libgpg-error/APKBUILD | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/main/libgpg-error/APKBUILD b/main/libgpg-error/APKBUILD index 0222feeb46..3163cd8174 100644 --- a/main/libgpg-error/APKBUILD +++ b/main/libgpg-error/APKBUILD @@ -1,21 +1,17 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libgpg-error -pkgver=1.7 -pkgrel=3 +pkgver=1.9 +pkgrel=0 pkgdesc="Support library for libgcrypt" url="http://www.gnupg.org" license="LGPL" depends="" subpackages="$pkgname-dev $pkgname-lisp" source="ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2 - nocxx.patch " build () { cd "$srcdir"/$pkgname-$pkgver - msg "Punting useless check for cpp..." - patch configure < ../nocxx.patch || return 1 - ./configure --prefix=/usr \ --disable-nls @@ -32,5 +28,4 @@ lisp() { mv "$pkgdir"/usr/share "$subpkgdir"/usr/share/ } -md5sums="62c0d09d1e76c5b6da8fff92314c4665 libgpg-error-1.7.tar.bz2 -28513788ba4d556ccd538867dc6205ab nocxx.patch" +md5sums="521b98aa9395e7eaf0ef2236233a0796 libgpg-error-1.9.tar.bz2" |