get-scripts view jad @ rev 39

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