Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2c2e56d23a927741dd4989d0adc5d84a797f87e1
commit 2c2e56d23a927741dd4989d0adc5d84a797f87e1 Author: VMiklos <[EMAIL PROTECTED]> Date: Mon Sep 10 13:16:29 2007 +0200 fop-0.20.5-2-i686 up2date fix diff --git a/source/apps-extra/fop/FrugalBuild b/source/apps-extra/fop/FrugalBuild index 0100578..95cf837 100644 --- a/source/apps-extra/fop/FrugalBuild +++ b/source/apps-extra/fop/FrugalBuild @@ -9,7 +9,10 @@ url="http://xmlgraphics.apache.org/fop/" rodepends=('java-gcj-compat' 'xml-commons-external') groups=('apps-extra') archs=('i686' 'x86_64') -up2date="lynx -dump $url |grep Version|sed 's/.*n \(.*\)/\1/;q'" +# it may be weird to use 'previous', but in fact it seem to be still more +# stable then the newer 0.9x releases, which are marked as stable by upstream. +# use fop-devel if you need that branch +up2date="lynx -dump $url/compliance.html|grep '(previous)'|sed 's/.* \(.*\) (previous).*/\1/;q'" # TODO: build it from source source=(http://www.apache.org/dist/xmlgraphics/fop/fop-$pkgver-bin.tar.gz) signatures=($source.asc) _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
