zlib32: sync with current zlib pkg.

This commit is contained in:
Juan RP 2012-02-10 10:46:32 +01:00
parent 891afb6aed
commit 750896b774

View file

@ -1,15 +1,14 @@
# Template file for 'zlib32'
pkgname=zlib32
version=1.2.5
revision=3
version=1.2.6
distfiles="
http://xbps.nopcode.org/repos/current/i686/zlib-${version}_3.i686.xbps
http://xbps.nopcode.org/repos/current/i686/zlib-devel-${version}_1.i686.xbps"
http://xbps.goodluckwith.us/binpkgs/i686/zlib-${version}.i686.xbps
http://xbps.goodluckwith.us/binpkgs/i686/zlib-devel-${version}.i686.xbps"
short_desc="A compression/decompression Library (32 bits)"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum="
c36d15ba557eaf7441c69a17df2c45ffd06cb65f00ce680a1b1e40ed325a8a25
f50e07a9063a536ab0ecdb5c771f2b1ab2a579a6b2d81dc674bb7b6ab720e680"
4a4c5aa98a7f47727ff4e4d10d19cf172976b0c65e41b7ac27fe7373f2c8bceb
e14e90c90c1ee44d5eea13102607e6f4ce39b292f5f82463b75990e0f9ec368b"
long_desc="
This is a general purpose data compression library. All the code
is thread safe. The data format used by the library is described
@ -26,13 +25,11 @@ only_for_archs=x86_64
Add_dependency run glibc32
Add_dependency build bsdtar
do_install()
{
do_install() {
for f in ${distfiles}; do
local srcfile="${XBPS_SRCDISTDIR}/$(basename ${f})"
bsdtar xf ${srcfile} -C ${wrksrc}
done
vmkdir usr/lib32
vcopy "usr/lib/*.a" usr/lib32
vcopy "usr/lib/*.so*" usr/lib32