zlib: update to 1.2.5.
--HG-- extra : convert_revision : 709acb0503bdeaf44f52724bc4dc3677e0e3f1f4
This commit is contained in:
parent
dd04c7316c
commit
060e4a75f7
2 changed files with 3 additions and 6 deletions
|
@ -1,7 +1,6 @@
|
||||||
# Template build file for 'zlib'
|
# Template build file for 'zlib'
|
||||||
pkgname=zlib
|
pkgname=zlib
|
||||||
version=1.2.4
|
version=1.2.5
|
||||||
revision=1
|
|
||||||
distfiles="http://www.zlib.net/$pkgname-$version.tar.bz2"
|
distfiles="http://www.zlib.net/$pkgname-$version.tar.bz2"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr --shared"
|
configure_args="--prefix=/usr --shared"
|
||||||
|
@ -10,7 +9,7 @@ if [ "${xbps_machine}" = "x86_64" ]; then
|
||||||
fi
|
fi
|
||||||
short_desc="A compression/decompression Library"
|
short_desc="A compression/decompression Library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=d0fc3433bb3ff5bbf1d2db57a328c0be39ac4a74d4b39887af522acf7ecd5ecc
|
checksum=239aead2f22f16bfcfa6a6a5150dcbd6d6f2e4d1eaa8727b5769ea014120b307
|
||||||
long_desc="
|
long_desc="
|
||||||
This is a general purpose data compression library. All the code
|
This is a general purpose data compression library. All the code
|
||||||
is thread safe. The data format used by the library is described
|
is thread safe. The data format used by the library is described
|
||||||
|
|
|
@ -5,9 +5,7 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
revision=1
|
Add_dependency run bzip2-devel
|
||||||
|
|
||||||
Add_dependency run glibc-devel
|
|
||||||
Add_dependency run zlib
|
Add_dependency run zlib
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
|
|
Loading…
Reference in a new issue