get-scripts view jad @ rev 31
javajre: tiny fix
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jan 26 10:44:20 2015 +0100 (2015-01-26) |
parents | e0e381849c3b |
children | 6ca05e6839e1 |
line source
1 WEB_SITE="http://varaneckas.com/jad/"
2 VERSION="1.5.8e"
3 TARBALL="jad"
4 CATEGORY="non-free"
5 LICENSE="other"
6 WGET_URL="https://github.com/honeynet/apkinspector/raw/master/jad${VERSION//./}.linux.static/$TARBALL"
7 SHORT_DESC="A Java Decompiler."
8 BUILD_DEPENDS="wget"
10 wget -c --no-check-certificate -O $TARBALL $WGET_URL
11 [ -f $TARBALL ] || abort_package "Could not download $TARBALL from $URL. Exiting."
13 chmod +x $TARBALL
14 mkdir -p $PACKAGE-$VERSION/fs/usr/bin
15 mv $TARBALL $PACKAGE-$VERSION/fs/usr/bin
17 set +e