summaryrefslogtreecommitdiff
path: root/community/pbzip2/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-04-29 22:32:36 +0000
committerroot <root@rshg047.dnsready.net>2011-04-29 22:32:36 +0000
commit693b5793b8c615601135bc04216a2ca0966087c5 (patch)
tree1c1cf0bc5020b0226efff0b39c7847b3414efaa6 /community/pbzip2/PKGBUILD
parent19f42937be8f6619a85663cb71e24c05b7e8b6d2 (diff)
Fri Apr 29 22:32:36 UTC 2011
Diffstat (limited to 'community/pbzip2/PKGBUILD')
-rw-r--r--community/pbzip2/PKGBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/community/pbzip2/PKGBUILD b/community/pbzip2/PKGBUILD
index 970938dd2..8a2e27ab2 100644
--- a/community/pbzip2/PKGBUILD
+++ b/community/pbzip2/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 43691 2011-03-29 08:17:25Z foutrelis $
+# $Id: PKGBUILD 45756 2011-04-28 15:32:42Z foutrelis $
# Contributor: Vasco Costa <vasco dot costa at geekslot dot com>
# Maintainer: Evangelos Foutras <foutrelis@gmail.com>
pkgname=pbzip2
-pkgver=1.1.3
+pkgver=1.1.4
pkgrel=1
pkgdesc="Parallel implementation of the bzip2 block-sorting file compressor"
arch=(i686 x86_64)
@@ -11,12 +11,17 @@ url="http://compression.ca/pbzip2/"
license=('BSD')
depends=('bzip2' 'gcc-libs')
source=(http://compression.ca/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('beb27a8055723f5f84364182d137ed1a')
+md5sums=('797e3ae5c6293a55e3e97fefb11cf494')
build() {
cd "$srcdir/$pkgname-$pkgver"
make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
make PREFIX="$pkgdir/usr" install
# Fix location of man pages