get-scripts annotate jad @ rev 27

apk-studio, jad, jd-gui, rpix86: fix path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 20 16:02:03 2014 +0100 (2014-11-20)
parents e0e381849c3b
children 6ca05e6839e1
rev   line source
pascal@22 1 WEB_SITE="http://varaneckas.com/jad/"
pascal@22 2 VERSION="1.5.8e"
pascal@22 3 TARBALL="jad"
pascal@22 4 CATEGORY="non-free"
pascal@22 5 LICENSE="other"
pascal@22 6 WGET_URL="https://github.com/honeynet/apkinspector/raw/master/jad${VERSION//./}.linux.static/$TARBALL"
pascal@22 7 SHORT_DESC="A Java Decompiler."
pascal@22 8 BUILD_DEPENDS="wget"
pascal@22 9
pascal@22 10 wget -c --no-check-certificate -O $TARBALL $WGET_URL
pascal@22 11 [ -f $TARBALL ] || abort_package "Could not download $TARBALL from $URL. Exiting."
pascal@22 12
pascal@27 13 chmod +x $TARBALL
pascal@27 14 mkdir -p $PACKAGE-$VERSION/fs/usr/bin
pascal@27 15 mv $TARBALL $PACKAGE-$VERSION/fs/usr/bin
pascal@22 16
pascal@22 17 set +e