diff options
author | Nicolás Reynolds <fauno@parabola.nu> | 2013-07-01 21:14:47 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@parabola.nu> | 2013-07-01 21:14:47 -0300 |
commit | e7cffdc291186ce0e021c7595bb5f33298c9734f (patch) | |
tree | 04cbe112153c39f6306aa9d653148f7b63210bc8 /java-ugly | |
parent | 6f277f24dfa07959d80832aab076566cb648c5ff (diff) |
?
Diffstat (limited to 'java-ugly')
-rw-r--r-- | java-ugly/not-working/java-bnd/PKGBUILD | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/java-ugly/not-working/java-bnd/PKGBUILD b/java-ugly/not-working/java-bnd/PKGBUILD deleted file mode 100644 index 86820469a..000000000 --- a/java-ugly/not-working/java-bnd/PKGBUILD +++ /dev/null @@ -1,24 +0,0 @@ -# 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') |