pbzip2: update to 1.1.8.

This commit is contained in:
Juan RP
2012-08-07 08:44:49 +02:00
parent ba520f7e2f
commit 52ff68919f
3 changed files with 14 additions and 94 deletions

View File

@@ -1,12 +1,15 @@
# Template build file for 'pbzip2'.
pkgname=pbzip2
version=1.1.2
distfiles="http://compression.ca/pbzip2/pbzip2-$version.tar.gz"
build_style=gnu-makefile
version=1.1.8
revision=1
build_style=gnu-makefile
make_install_args="PREFIX=${XBPS_DESTDIR}/${pkgname}-${version}/usr"
short_desc="Parallel bzip2 file compressor"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=e6565c2a020606d2bacd2c97873079a0996959944058d2df57cefde41ad43658
homepage="http://compression.ca/pbzip2/"
license="BSD"
distfiles="https://launchpad.net/pbzip2/1.1/${version}/+download/pbzip2-${version}.tar.gz"
checksum=d2da7e65d2a2ba5426d6d9bcd15d86cc5f90038efabd5dbc1ef9bded21371f53
long_desc="
The pbzip2 program is a parallel version of bzip2 for use on shared
memory machines. It provides near-linear speedup when used on true
@@ -14,3 +17,9 @@ long_desc="
The output is fully compatible with the regular bzip2 data so any
files created with pbzip2 can be uncompressed by bzip2 and vice-versa."
post_install() {
vmkdir usr/share
mv ${DESTDIR}/usr/man ${DESTDIR}/usr/share
vinstall COPYING 644 usr/share/licenses/${pkgname}
}