get-scripts annotate jad @ 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="A Java Decompiler." |
pascal@22 | 2 WEB_SITE="http://varaneckas.com/jad/" |
pascal@40 | 3 LICENSE="other" |
pascal@34 | 4 # end of get.list data |
pascal@22 | 5 VERSION="1.5.8e" |
pascal@22 | 6 TARBALL="jad" |
pascal@22 | 7 CATEGORY="non-free" |
pascal@22 | 8 WGET_URL="https://github.com/honeynet/apkinspector/raw/master/jad${VERSION//./}.linux.static/$TARBALL" |
pascal@22 | 9 SHORT_DESC="A Java Decompiler." |
pascal@22 | 10 BUILD_DEPENDS="wget" |
pascal@22 | 11 |
pascal@22 | 12 wget -c --no-check-certificate -O $TARBALL $WGET_URL |
pascal@63 | 13 [ -f $TARBALL ] || abort_package |
pascal@22 | 14 |
pascal@27 | 15 chmod +x $TARBALL |
pascal@27 | 16 mkdir -p $PACKAGE-$VERSION/fs/usr/bin |
pascal@27 | 17 mv $TARBALL $PACKAGE-$VERSION/fs/usr/bin |