summaryrefslogtreecommitdiff
path: root/java/java-ow-util-ant-tasks/SRCBUILD
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-10-18 17:09:55 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-10-18 17:48:30 -0400
commitbbd428cf29cf1b28325a661e7f6ddcddac0226d4 (patch)
tree2ff30d09f791162f07b9bc58607ec4b8664ccb3f /java/java-ow-util-ant-tasks/SRCBUILD
parent42735e67c78a104933d4d3184f704149815f7b38 (diff)
mv libre/java-* java/
Diffstat (limited to 'java/java-ow-util-ant-tasks/SRCBUILD')
-rwxr-xr-xjava/java-ow-util-ant-tasks/SRCBUILD29
1 files changed, 29 insertions, 0 deletions
diff --git a/java/java-ow-util-ant-tasks/SRCBUILD b/java/java-ow-util-ant-tasks/SRCBUILD
new file mode 100755
index 000000000..01241907d
--- /dev/null
+++ b/java/java-ow-util-ant-tasks/SRCBUILD
@@ -0,0 +1,29 @@
+# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
+
+pkgname=java-ow-util-ant-tasks
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="ObjectWeb utility Ant tasks library"
+arch=('any')
+url="http://forge.ow2.org/projects/monolog"
+license=('LGPL')
+source=("http://download.forge.objectweb.org/monolog/ow_util_ant_tasks_$pkgver.zip")
+noextract=("ow_util_ant_tasks_$pkgver.zip")
+
+build() {
+ cd "$srcdir"
+ mkdir $pkgname-$pkgver
+ cd $pkgname-$pkgver
+ bsdtar xf "$srcdir"/ow_util_ant_tasks_$pkgver.zip
+ rm -rf output
+ rm externals/*
+}
+
+
+package() {
+ PKGEXT=${SRCEXT}
+ PKGDEST=${SRCDEST}
+ cp -a "$srcdir/$pkgname-$pkgver" "$pkgdir/"
+}
+
+md5sums=('cd602bf75a0feab480fa97739955b84e')