pbzip2: remove long_desc.

This commit is contained in:
Juan RP 2014-02-21 17:27:38 +01:00
parent 1924a44127
commit 943675cdba
1 changed files with 8 additions and 11 deletions

View File

@ -1,25 +1,22 @@
# Template build file for 'pbzip2'.
pkgname=pbzip2
version=1.1.8
revision=1
revision=2
build_style=gnu-makefile
make_install_args="PREFIX=${XBPS_DESTDIR}/${pkgname}-${version}/usr"
makedepends="bzip2-devel"
short_desc="Parallel bzip2 file compressor"
maintainer="Juan RP <xtraeme@gmail.com>"
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
multi-processor machines and 5-10% speedup on Hyperthreaded machines.
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
do_build() {
sed -e 's,man/man1,share/man/man1,g' -i Makefile
make CC=$CXX
}
do_install() {
make PREFIX=${DESTDIR}/usr install
vinstall COPYING 644 usr/share/licenses/${pkgname}
}