summaryrefslogtreecommitdiff
path: root/community/jad
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/jad
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/jad')
-rw-r--r--community/jad/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/community/jad/PKGBUILD b/community/jad/PKGBUILD
deleted file mode 100644
index 30c8ea509..000000000
--- a/community/jad/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 86961 2013-03-25 11:13:01Z arodseth $
-# Maintainer: Alexander Rødseth <rodseth@gmail.com>
-# Contributor: astaroth <astaroth_@web.de>
-
-pkgname=jad
-pkgver=1.5.8e
-pkgrel=4
-pkgdesc='Java decompiler'
-license=('custom')
-arch=('x86_64' 'i686')
-url='http://www.varaneckas.com/jad'
-source=("http://www.varaneckas.com/$pkgname/${pkgname}${pkgver//./}.linux.static.zip"
- 'jad.html::http://www.varaneckas.com/jad')
-sha256sums=('2878e19fc1fdd725b516f538a57b02aaec1b2d1e4b106d550230381ffa9c0c81'
- '4acee94ff29fe01ea2a9c4c0b47f22fb5a93fc667ee2dd8b6740f7f36bcbcdf2')
-
-build() {
- cd "$srcdir"
-
- grep '<code>' jad.html -A18 | sed 's:<code>::' | sed 's:</code>::' > LICENSE
-}
-
-package() {
- cd "$srcdir"
-
- install -Dm755 "$srcdir/$pkgname" "$pkgdir/usr/bin/$pkgname"
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
- install -Dm644 Readme.txt "$pkgdir/usr/share/doc/$pkgname/README"
-}
-
-# vim:set ts=2 sw=2 et: