get-scripts rev 22
Add jad
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 25 13:37:32 2014 +0200 (2014-10-25) |
parents | ebd0372803bc |
children | db08c0205587 |
files | jad |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/jad Sat Oct 25 13:37:32 2014 +0200 1.3 @@ -0,0 +1,16 @@ 1.4 +WEB_SITE="http://varaneckas.com/jad/" 1.5 +VERSION="1.5.8e" 1.6 +TARBALL="jad" 1.7 +CATEGORY="non-free" 1.8 +LICENSE="other" 1.9 +WGET_URL="https://github.com/honeynet/apkinspector/raw/master/jad${VERSION//./}.linux.static/$TARBALL" 1.10 +SHORT_DESC="A Java Decompiler." 1.11 +BUILD_DEPENDS="wget" 1.12 + 1.13 +wget -c --no-check-certificate -O $TARBALL $WGET_URL 1.14 +[ -f $TARBALL ] || abort_package "Could not download $TARBALL from $URL. Exiting." 1.15 + 1.16 +mkdir -p $PACKAGE-$SOURCE/usr/bin 1.17 +mv $TARBALL $PACKAGE-$SOURCE/usr/bin 1.18 + 1.19 +set +e