get-scripts annotate jd-gui @ rev 80
libreoffice: fix menu entries (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jun 09 11:40:00 2019 +0200 (2019-06-09) |
parents | 2cdf3e534506 |
children |
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@63 | 8 [ -f $TARBALL ] || abort_package |
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 |