Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=multilib.git;a=commitdiff;h=c95f6ebef8e2dafb2298c3e257a078c14a3df02d
commit c95f6ebef8e2dafb2298c3e257a078c14a3df02d Author: crazy <[email protected]> Date: Mon Jan 29 17:10:27 2018 +0100 unzip-6.0-7-x86_64 * rebuild with tc * use Fexec diff --git a/source/apps/unzip/FrugalBuild b/source/apps/unzip/FrugalBuild index 912b82e..795f018 100644 --- a/source/apps/unzip/FrugalBuild +++ b/source/apps/unzip/FrugalBuild @@ -3,10 +3,10 @@ pkgname=unzip pkgver=6.0 -pkgrel=6 +pkgrel=7 pkgdesc="Info-ZIP's unzip utility" url="http://www.info-zip.org/UnZip.html" -depends=('glibc>=2.25') +depends=('glibc>=2.26.9000-3') groups=('apps' 'chroot-core') archs=("x86_64") up2date="lynx -dump $url |grep UnZip|sed -n 's/.*p \(.*\) \[.*/\1/;1 p'" @@ -27,7 +27,7 @@ build() Fpatchall Fsed "man/man" "share/man/man" unix/Makefile - make -f unix/Makefile LOCAL_UNZIP="$CFLAGS" prefix=$Fprefix $_TARGET_ || Fdie + Fexec make -f unix/Makefile LOCAL_UNZIP="$CFLAGS" prefix=$Fprefix $_TARGET_ || Fdie Fmakeinstall -f unix/Makefile } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
