get-scripts annotate jd-gui @ rev 54

Add zd1201-firmware
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 23 13:31:41 2016 +0200 (2016-04-23)
parents e27db4d5e5b8
children 62d94e6800db
rev   line source
pascal@34 1 SHORT_DESC="Yet another fast Java decompiler."
pascal@23 2 WEB_SITE="http://jd.benow.ca/"
pascal@34 3 # end of get.list data
pascal@25 4 WGET_URL="$(wget -O - $WEB_SITE | sed "/linux.i686/!d;s/.*href=.\([^'\"]*\).*/\1/")"
pascal@25 5 TARBALL="$(basename $WGET_URL)"
pascal@23 6
pascal@23 7 wget -O $TARBALL $WGET_URL
pascal@23 8 [ -f $TARBALL ] || abort_package "Could not download $TARBALL from $URL. Exiting."
pascal@23 9
pascal@23 10 tar xzf $TARBALL
pascal@41 11 VERSION="$(echo $TARBALL | sed 's/.*-\(.*\).linux.*/\1/')"
pascal@27 12 mkdir -p $PACKAGE-$VERSION/fs/usr/bin
pascal@27 13 mv $PACKAGE $PACKAGE-$VERSION/fs/usr/bin