From 750896b774620b7cadf86a97dbcebfc27359d217 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 10 Feb 2012 10:46:32 +0100 Subject: [PATCH] zlib32: sync with current zlib pkg. --- srcpkgs/zlib32/template | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/srcpkgs/zlib32/template b/srcpkgs/zlib32/template index 2c91297368f..7fd35d2c070 100644 --- a/srcpkgs/zlib32/template +++ b/srcpkgs/zlib32/template @@ -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 " 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