get-scripts 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 | e0e381849c3b |
children | b46e1ac792fb |
files | jd-gui |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/jd-gui Sat Oct 25 13:46:05 2014 +0200 1.3 @@ -0,0 +1,16 @@ 1.4 +WEB_SITE="http://jd.benow.ca/" 1.5 +VERSION="0.3.5" 1.6 +TARBALL="$PACKAGE-$VERSION.linux.i686.tar.gz" 1.7 +CATEGORY="non-free" 1.8 +LICENSE="other" 1.9 +WGET_URL="$WEB_SITE$PACKAGE/downloads/$TARBALL" 1.10 +SHORT_DESC="Yet another fast Java decompiler." 1.11 + 1.12 +wget -O $TARBALL $WGET_URL 1.13 +[ -f $TARBALL ] || abort_package "Could not download $TARBALL from $URL. Exiting." 1.14 + 1.15 +tar xzf $TARBALL 1.16 +mkdir -p $PACKAGE-$SOURCE/usr/bin 1.17 +mv $PACKAGE $PACKAGE-$SOURCE/usr/bin 1.18 + 1.19 +set +e