2009-09-18 09:18:01 +00:00
|
|
|
# Template build file for 'pbzip2'.
|
|
|
|
pkgname=pbzip2
|
2011-02-19 22:18:39 +00:00
|
|
|
version=1.1.2
|
|
|
|
distfiles="http://compression.ca/pbzip2/pbzip2-$version.tar.gz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-makefile
|
2009-09-18 09:18:01 +00:00
|
|
|
short_desc="Parallel bzip2 file compressor"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-02-19 22:18:39 +00:00
|
|
|
checksum=e6565c2a020606d2bacd2c97873079a0996959944058d2df57cefde41ad43658
|
2009-09-18 09:18:01 +00:00
|
|
|
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."
|
|
|
|
|
2010-12-18 12:50:41 +00:00
|
|
|
Add_dependency run libgcc
|
2009-09-18 09:18:01 +00:00
|
|
|
Add_dependency run glibc
|
2009-12-05 00:21:59 +00:00
|
|
|
Add_dependency run libstdc++
|
2010-12-18 12:50:41 +00:00
|
|
|
Add_dependency run bzip2
|
|
|
|
Add_dependency build bzip2-devel
|