2009-09-18 11:18:01 +02:00
|
|
|
# Template build file for 'pbzip2'.
|
|
|
|
pkgname=pbzip2
|
|
|
|
version=1.0.5
|
2010-12-18 13:50:41 +01:00
|
|
|
revision=2
|
2009-09-18 11:18:01 +02:00
|
|
|
distfiles="http://compression.ca/$pkgname/$pkgname-$version.tar.gz"
|
|
|
|
build_style=gnu_makefile
|
|
|
|
short_desc="Parallel bzip2 file compressor"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
checksum=415d8c8a69080b7e55a50784852971fca249cd9e5ec4ada8e617ca2696c9896d
|
|
|
|
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 13:50:41 +01:00
|
|
|
Add_dependency run libgcc
|
2009-09-18 11:18:01 +02:00
|
|
|
Add_dependency run glibc
|
2009-12-05 01:21:59 +01:00
|
|
|
Add_dependency run libstdc++
|
2010-12-18 13:50:41 +01:00
|
|
|
Add_dependency run bzip2
|
|
|
|
Add_dependency build bzip2-devel
|