get-scripts annotate jd-gui @ rev 23

Add jd-gui
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 25 13:46:05 2014 +0200 (2014-10-25)
parents
children a91a3ad69b69
rev   line source
pascal@23 1 WEB_SITE="http://jd.benow.ca/"
pascal@23 2 VERSION="0.3.5"
pascal@23 3 TARBALL="$PACKAGE-$VERSION.linux.i686.tar.gz"
pascal@23 4 CATEGORY="non-free"
pascal@23 5 LICENSE="other"
pascal@23 6 WGET_URL="$WEB_SITE$PACKAGE/downloads/$TARBALL"
pascal@23 7 SHORT_DESC="Yet another fast Java decompiler."
pascal@23 8
pascal@23 9 wget -O $TARBALL $WGET_URL
pascal@23 10 [ -f $TARBALL ] || abort_package "Could not download $TARBALL from $URL. Exiting."
pascal@23 11
pascal@23 12 tar xzf $TARBALL
pascal@23 13 mkdir -p $PACKAGE-$SOURCE/usr/bin
pascal@23 14 mv $PACKAGE $PACKAGE-$SOURCE/usr/bin
pascal@23 15
pascal@23 16 set +e