summaryrefslogtreecommitdiff
path: root/libre/java-ow-util-ant-tasks/SRCBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-10-20 19:18:39 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-10-20 19:18:39 -0200
commitcd308f9d2c6a48520b4903d3394eb88c6fd9c8d5 (patch)
tree366b73bb65dd0705ed5f0bee7157ea6a267e9a8a /libre/java-ow-util-ant-tasks/SRCBUILD
parentabdaf4e8e1fa45d4617a581c1e831e8d0bf01bcd (diff)
parentc375e36ec4c4e0b3c276e2b71bdd0651fa1a6a1d (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/java-ow-util-ant-tasks/SRCBUILD')
-rwxr-xr-xlibre/java-ow-util-ant-tasks/SRCBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/libre/java-ow-util-ant-tasks/SRCBUILD b/libre/java-ow-util-ant-tasks/SRCBUILD
deleted file mode 100755
index 01241907d..000000000
--- a/libre/java-ow-util-ant-tasks/SRCBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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')