Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=interim.git;a=commitdiff;h=7229c5be32eb468c95e712365f721b3e178daef5
commit 7229c5be32eb468c95e712365f721b3e178daef5 Author: bouleetbil <[EMAIL PROTECTED]> Date: Mon Jun 16 23:09:14 2008 +0200 forms-1.2.0-1-i686 *new package diff --git a/source/devel-extra/forms/FrugalBuild b/source/devel-extra/forms/FrugalBuild new file mode 100644 index 0000000..c30e898 --- /dev/null +++ b/source/devel-extra/forms/FrugalBuild @@ -0,0 +1,22 @@ +# Compiling Time: 0.03 SBU +# Maintainer: bouleetbil <[EMAIL PROTECTED]> + +pkgname=forms +pkgver=1.2.0 +pkgrel=1 +pkgdesc="JGoodies Forms Library" +url="http://www.jgoodies.com/" +Finclude java +groups=('devel-extra') +archs=('i686') +up2date="lynx -dump -source $url/downloads/libraries.html | grep 'forms-' | \ + cut -d '-' -f2| cut -d '.' -f1 | sed 's/_/./g' " +source=($url/download/libraries/$pkgname/$pkgname-${pkgver//./_}.zip) +sha1sums=('e2131501d68be41c5edc652fb7a51bc6e80dee00') + +build() { + Fcd + Fjavacleanup + Fant jar + Fjar build/$pkgname.jar +} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
