Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2d62abbbda8baee5f0be7fe42c2c749d3855e99b
commit 2d62abbbda8baee5f0be7fe42c2c749d3855e99b Author: bouleetbil <[EMAIL PROTECTED]> Date: Tue Jun 10 23:07:22 2008 +0200 commons-collections-3.2.1-1-i686 *new package diff --git a/source/devel-extra/commons-collections/FrugalBuild b/source/devel-extra/commons-collections/FrugalBuild new file mode 100644 index 0000000..e32ba99 --- /dev/null +++ b/source/devel-extra/commons-collections/FrugalBuild @@ -0,0 +1,24 @@ +# Compiling Time: 0.07 SBU +# Maintainer: bouleetbil <[EMAIL PROTECTED]> + +pkgname=commons-collections +pkgver=3.2.1 +pkgrel=1 +pkgdesc="Added many powerful data structures that accelerate development of most significant Java applications." +url="http://jakarta.apache.org/commons/collections" +Finclude java +groups=('devel-extra') +archs=('i686') +up2date="Flastarchive http://www.apache.org/dist/commons/collections/source/ -src.tar.gz" +source=(http://www.apache.org/dist/commons/collections/source/$pkgname-$pkgver-src.tar.gz) +_F_cd_path=$pkgname-$pkgver-src +sha1sums=('6925f4a487d58538a4d3ef11d63aefdd66ee2405') + +build() +{ + Fcd + Fjavacleanup + Fant -f build.xml jar + mv build/commons-collections{-$pkgver,}.jar || Fdie + Fjar build/commons-collections.jar +} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
