diff options
author | root <root@rshg054.dnsready.net> | 2013-10-24 00:56:32 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-24 00:56:32 -0700 |
commit | 94ded0cb27161b972228cfef8ea2e6f60af0f2b2 (patch) | |
tree | 3eeb5098d6fe3d9cad00a0e1df056de10d0464e6 /core/bzip2/PKGBUILD | |
parent | 06a76442fa8de4a9975266a4eca7fb2a953f5244 (diff) |
Thu Oct 24 00:55:58 PDT 2013
Diffstat (limited to 'core/bzip2/PKGBUILD')
-rw-r--r-- | core/bzip2/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/core/bzip2/PKGBUILD b/core/bzip2/PKGBUILD index 3e4ea2362..ca426611d 100644 --- a/core/bzip2/PKGBUILD +++ b/core/bzip2/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 158054 2012-05-02 01:12:57Z allan $ +# $Id: PKGBUILD 197160 2013-10-23 13:04:57Z allan $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: Judd <jvinet@zeroflux.org> pkgname=bzip2 pkgver=1.0.6 -pkgrel=4 +pkgrel=5 pkgdesc="A high-quality data compression program" arch=('i686' 'x86_64') license=('custom') @@ -29,7 +29,7 @@ build() { patch -Np1 < ../bzip2-1.0.4-bzip2recover.patch make -f Makefile-libbz2_so - make bzip2 bzip2recover libbz2.a + make bzip2 bzip2recover } check() { @@ -51,7 +51,6 @@ package() { ln -s libbz2.so.1.0.6 $pkgdir/usr/lib/libbz2.so ln -s libbz2.so.1.0.6 $pkgdir/usr/lib/libbz2.so.1 ln -s libbz2.so.1.0.6 $pkgdir/usr/lib/libbz2.so.1.0 - install -m644 libbz2.a ${pkgdir}/usr/lib/libbz2.a install -m644 bzlib.h $pkgdir/usr/include/ |