Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=acfe9b40ecedaab78a379513936a604e3598fbea
commit acfe9b40ecedaab78a379513936a604e3598fbea Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Tue Apr 29 15:27:21 2008 +0200 jaxen-1.1.1-1-i686 - new package diff --git a/source/devel-extra/jaxen/FrugalBuild b/source/devel-extra/jaxen/FrugalBuild new file mode 100644 index 0000000..c53591f --- /dev/null +++ b/source/devel-extra/jaxen/FrugalBuild @@ -0,0 +1,24 @@ +# Compiling Time: 0.05 SBU +# Maintainer: VMiklos <[EMAIL PROTECTED]> + +pkgname=jaxen +pkgver=1.1.1 +pkgrel=1 +pkgdesc="Java XPath engine" +url="http://jaxen.org/" +Finclude java +depends=([EMAIL PROTECTED] 'dom4j' 'jdom' 'xom') +groups=('devel-extra') +archs=('i686') +up2date="Flastarchive http://jaxen.org/releases.html -src.tar.gz" +source=(http://dist.codehaus.org/jaxen/distributions/jaxen-$pkgver-src.tar.gz) +sha1sums=('8839aa0b415c0bc707a194414e9e0de647ccd7f9') + +build() +{ + Fsed 'compile,test' 'compile' build.xml + Fjavacleanup + Fant -Dnoget=true jar + mv target/jaxen{-$pkgver,}.jar + Fjar target/jaxen.jar +} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
