diff options
author | root <root@rshg054.dnsready.net> | 2012-02-19 23:15:25 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-19 23:15:25 +0000 |
commit | 81ee1980feda43043eaebae2c596ae116a21f6e5 (patch) | |
tree | 5a48e15abb2f2d299a6c08bf44e1b136ae6a7fb8 /extra/libzip | |
parent | 1098e9db0acc5bb5c45af5778492faf3b4c99dd6 (diff) |
Sun Feb 19 23:15:25 UTC 2012
Diffstat (limited to 'extra/libzip')
-rw-r--r-- | extra/libzip/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/libzip/PKGBUILD b/extra/libzip/PKGBUILD index d50b952db..1439f4d6b 100644 --- a/extra/libzip/PKGBUILD +++ b/extra/libzip/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 122444 2011-05-04 07:26:57Z andrea $ +# $Id: PKGBUILD 150601 2012-02-18 22:35:18Z pierre $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Tobias Powalowski <tpowa@archlinux.org> pkgname=libzip pkgver=0.10 -pkgrel=1 +pkgrel=2 pkgdesc="A C library for reading, creating, and modifying zip archives" url="http://www.nih.at/libzip/index.html" license=('GPL2') @@ -20,6 +20,7 @@ build() { cd "${srcdir}/${pkgname}-${pkgver}" patch -p1 -i "${srcdir}/fix-headers.patch" + autoreconf -i ./configure --prefix=/usr make } |