get-scripts view jd-gui @ rev 24

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