get-scripts annotate jad @ rev 47

firefox-official: fix paths
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 04 18:56:03 2015 +0200 (2015-06-04)
parents 6ca05e6839e1
children 2cdf3e534506
rev   line source
pascal@34 1 SHORT_DESC="A Java Decompiler."
pascal@22 2 WEB_SITE="http://varaneckas.com/jad/"
pascal@40 3 LICENSE="other"
pascal@34 4 # end of get.list data
pascal@22 5 VERSION="1.5.8e"
pascal@22 6 TARBALL="jad"
pascal@22 7 CATEGORY="non-free"
pascal@22 8 WGET_URL="https://github.com/honeynet/apkinspector/raw/master/jad${VERSION//./}.linux.static/$TARBALL"
pascal@22 9 SHORT_DESC="A Java Decompiler."
pascal@22 10 BUILD_DEPENDS="wget"
pascal@22 11
pascal@22 12 wget -c --no-check-certificate -O $TARBALL $WGET_URL
pascal@22 13 [ -f $TARBALL ] || abort_package "Could not download $TARBALL from $URL. Exiting."
pascal@22 14
pascal@27 15 chmod +x $TARBALL
pascal@27 16 mkdir -p $PACKAGE-$VERSION/fs/usr/bin
pascal@27 17 mv $TARBALL $PACKAGE-$VERSION/fs/usr/bin
pascal@22 18
pascal@22 19 set +e