summaryrefslogtreecommitdiff
path: root/java/not-working
diff options
context:
space:
mode:
authorMárcio Alexandre Silva Delgado <coadde@lavabit.com>2013-06-26 02:58:31 -0300
committerMárcio Alexandre Silva Delgado <coadde@lavabit.com>2013-06-26 02:58:31 -0300
commitd435a1c625fe98ac5197add872f777aa7f31081f (patch)
tree8f6b33cfe525eb05b975e33f359390caa9ee7801 /java/not-working
parent405805b7540fb87f3bae69748bb45d09ef080c2e (diff)
parent06ad6a3f12629877f355f114dc5576107c03d14f (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'java/not-working')
-rw-r--r--java/not-working/java-bnd/PKGBUILD24
1 files changed, 24 insertions, 0 deletions
diff --git a/java/not-working/java-bnd/PKGBUILD b/java/not-working/java-bnd/PKGBUILD
new file mode 100644
index 000000000..86820469a
--- /dev/null
+++ b/java/not-working/java-bnd/PKGBUILD
@@ -0,0 +1,24 @@
+# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
+
+_pkgname=bnd
+pkgname=java-bnd
+pkgver=1.50.0
+pkgdesc="A swiss army knife for OSGi"
+url="http://www.aqute.biz/Bnd/"
+license=('Apache2')
+
+pkgrel=1
+arch=(any)
+makedepends=('apache-ant' 'junit')
+source=("git://github.com/bndtools/bnd.git")
+
+build() {
+ cd "$srcdir/$_pkgname"
+ ant dist
+}
+
+package() {
+ :
+}
+
+md5sums=('SKIP')