diff options
author | root <root@rshg054.dnsready.net> | 2012-03-31 00:01:07 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-31 00:01:07 +0000 |
commit | 977b78df305a06797773799a7295f2a5f3f013cf (patch) | |
tree | c2cad20a10da5fe8f8784db13a2d52b80d0199a3 /extra/libzip/PKGBUILD | |
parent | 263884f95012e159a0be10444ef96bbf56e70545 (diff) |
Sat Mar 31 00:01:07 UTC 2012
Diffstat (limited to 'extra/libzip/PKGBUILD')
-rw-r--r-- | extra/libzip/PKGBUILD | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/extra/libzip/PKGBUILD b/extra/libzip/PKGBUILD index 1439f4d6b..b95a3a411 100644 --- a/extra/libzip/PKGBUILD +++ b/extra/libzip/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 150601 2012-02-18 22:35:18Z pierre $ +# $Id: PKGBUILD 154546 2012-03-30 00:01:03Z eric $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Tobias Powalowski <tpowa@archlinux.org> pkgname=libzip -pkgver=0.10 -pkgrel=2 +pkgver=0.10.1 +pkgrel=1 pkgdesc="A C library for reading, creating, and modifying zip archives" url="http://www.nih.at/libzip/index.html" -license=('GPL2') +license=('BSD') arch=('i686' 'x86_64') depends=('zlib') options=('!libtool') -source=("http://www.nih.at/${pkgname}/${pkgname}-${pkgver}.tar.gz" +source=("http://www.nih.at/${pkgname}/${pkgname}-${pkgver}.tar.bz2" 'fix-headers.patch') -md5sums=('47cdfcbc08c8bea0b52fdee4bf591622' +md5sums=('d3e933ae049204badccf605f20aaecde' '249395bd3a426c4c4e993e9d4753e1dd') build() { @@ -27,5 +27,6 @@ build() { package() { cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR=${pkgdir} install + make DESTDIR="${pkgdir}" install + install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } |