void-packages/srcpkgs/pbzip2/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

20 lines
812 B
Text

# Template build file for 'pbzip2'.
pkgname=pbzip2
version=1.1.2
distfiles="http://compression.ca/pbzip2/pbzip2-$version.tar.gz"
build_style=gnu-makefile
short_desc="Parallel bzip2 file compressor"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=e6565c2a020606d2bacd2c97873079a0996959944058d2df57cefde41ad43658
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."
Add_dependency run libgcc
Add_dependency run glibc
Add_dependency run libstdc++
Add_dependency run bzip2
Add_dependency build bzip2-devel