[Frugalware-git] interim: concurrent-1.3.4-1-i686

bouleetbil bouleetbil at frogdev.info
Sun Aug 10 00:37:11 CEST 2008


Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=interim.git;a=commitdiff;h=76fd5d40058701c581617ddcb19bc6606529031e

commit 76fd5d40058701c581617ddcb19bc6606529031e
Author: bouleetbil <bouleetbil at frogdev.info>
Date:   Wed Jul 23 20:49:17 2008 +0200

concurrent-1.3.4-1-i686
*new package

diff --git a/source/devel-extra/concurrent/FrugalBuild b/source/devel-extra/concurrent/FrugalBuild
new file mode 100644
index 0000000..45f7865
--- /dev/null
+++ b/source/devel-extra/concurrent/FrugalBuild
@@ -0,0 +1,24 @@
+# Compiling Time: 0.03 SBU
+# Maintainer: bouleetbil <bouleetbil at frogdev.info>
+
+pkgname=concurrent
+pkgver=1.3.4
+pkgrel=1
+pkgdesc="Provide standardized, efficient versions of utility classes commonly encountered in concurrent Java programming"
+url="http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html"
+option=(noversrc)
+Finclude java
+groups=('devel-extra')
+archs=('i686')
+up2date="lynx -dump $url | grep Release| cut -d ' ' -f21 | sed 's/.\{1\}$//g'"
+source=(http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/current/$pkgname.tar.gz)
+sha1sums=('c37c057d2c8f95a6d0ae5aced85f1d577ce9d185')
+_F_cd_path="$pkgname"
+
+build() {
+	Fcd
+	Fjavacleanup
+	Fant dist
+	Fjar lib/$pkgname.jar
+}
+


More information about the Frugalware-git mailing list