pbzip2: needs libgcc rundep, bumprev.

This commit is contained in:
Juan RP 2010-12-18 13:50:41 +01:00
parent 2ada03e84a
commit 216b724277

View file

@ -1,7 +1,7 @@
# Template build file for 'pbzip2'. # Template build file for 'pbzip2'.
pkgname=pbzip2 pkgname=pbzip2
version=1.0.5 version=1.0.5
revision=1 revision=2
distfiles="http://compression.ca/$pkgname/$pkgname-$version.tar.gz" distfiles="http://compression.ca/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu_makefile build_style=gnu_makefile
short_desc="Parallel bzip2 file compressor" short_desc="Parallel bzip2 file compressor"
@ -14,6 +14,8 @@ long_desc="
The output is fully compatible with the regular bzip2 data so any The output is fully compatible with the regular bzip2 data so any
files created with pbzip2 can be uncompressed by bzip2 and vice-versa." files created with pbzip2 can be uncompressed by bzip2 and vice-versa."
Add_dependency run libgcc
Add_dependency run glibc Add_dependency run glibc
Add_dependency run libstdc++ Add_dependency run libstdc++
Add_dependency full bzip2 Add_dependency run bzip2
Add_dependency build bzip2-devel