Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=multilib.git;a=commitdiff;h=3f94bdca451cfa59b9f1382438267e4b199f482f
commit 3f94bdca451cfa59b9f1382438267e4b199f482f Author: crazy <[email protected]> Date: Fri Feb 9 13:23:08 2018 +0100 jam-2.5-5-x86_64 * rebuild with tc diff --git a/source/devel-extra/jam/FrugalBuild b/source/devel-extra/jam/FrugalBuild index 89cdd41d..373f72b 100644 --- a/source/devel-extra/jam/FrugalBuild +++ b/source/devel-extra/jam/FrugalBuild @@ -3,12 +3,12 @@ pkgname=jam pkgver=2.5 -pkgrel=4 +pkgrel=5 pkgdesc="Just Another Make - advanced make replacement" url="http://www.perforce.com/jam/jam.html" depends=('glibc') groups=('devel-extra') -archs=('x86_64' 'i686') +archs=('x86_64') up2date="$pkgver" #up2date="lynx -dump ftp://ftp.perforce.com/jam/ |grep jam-[0-9\.]*.tar|tail -n 1|sed -ne 's/.*-\(.*\).t.*/\1/;1 p'" source=(ftp://ftp.perforce.com/$pkgname/$pkgname-$pkgver.tar \ @@ -28,7 +28,7 @@ build() Fcd Fpatchall export PATH="$PATH:$Fsrcdir" - make || Fdie + Fexec make || Fdie ./jam0 -sBINDIR=$Fdestdir/usr/bin \ -sCCFLAGS=-g -sOPTIM=-O2 \ install || Fdie _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
