pbzip2: needs libgcc rundep, bumprev.
This commit is contained in:
parent
2ada03e84a
commit
216b724277
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'pbzip2'.
|
||||
pkgname=pbzip2
|
||||
version=1.0.5
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="http://compression.ca/$pkgname/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_makefile
|
||||
short_desc="Parallel bzip2 file compressor"
|
||||
|
@ -14,6 +14,8 @@ long_desc="
|
|||
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 full bzip2
|
||||
Add_dependency run bzip2
|
||||
Add_dependency build bzip2-devel
|
||||
|
|
Loading…
Reference in New Issue