Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=interim.git;a=commitdiff;h=8a10cbb0b4a2836c6df577aee3c59a8bb5d531f8
commit 8a10cbb0b4a2836c6df577aee3c59a8bb5d531f8 Author: crazy <[EMAIL PROTECTED]> Date: Tue Jul 8 10:56:33 2008 +0200 commons-net-1.4.1-1-x86_64 * New package diff --git a/source/devel-extra/commons-net/FrugalBuild b/source/devel-extra/commons-net/FrugalBuild new file mode 100644 index 0000000..e96dbaf --- /dev/null +++ b/source/devel-extra/commons-net/FrugalBuild @@ -0,0 +1,21 @@ +# Compiling Time: 0.08 SBU +# Maintainer: crazy <[EMAIL PROTECTED]> + +pkgname=commons-net +pkgver=1.4.1 +pkgrel=1 +pkgdesc="Commons Net implements the client side of many basic Internet protocols." +url="http://jakarta.apache.org/commons/net" +Finclude java +groups=('devel-extra') +archs=('i686' 'x86_64') +up2date="Flastarchive http://www.apache.org/dist/commons/net/source/ -src.tar.gz" +source=(http://www.apache.org/dist/commons/net/source/$pkgname-$pkgver-src.tar.gz) +signatures=($source.asc) + +build() +{ + Fmake + mv target/commons-net{-$pkgver,}.jar + Fjar target/commons-net.jar +} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
