wok-next annotate dex2jar/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | a3c581bf52b8 |
children | e14ac8d96a1e |
rev | line source |
---|---|
pascal@17275 | 1 # SliTaz package receipt. |
pascal@17275 | 2 |
pascal@17275 | 3 PACKAGE="dex2jar" |
pascal@17275 | 4 VERSION="0.0.9.15" |
pascal@17275 | 5 CATEGORY="development" |
al@21020 | 6 SHORT_DESC="Tools to work with android .dex and java .class files" |
pascal@17275 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@17275 | 8 LICENSE="Apache" |
al@21020 | 9 WEB_SITE="https://sourceforge.net/projects/dex2jar/" |
al@21020 | 10 |
pascal@17275 | 11 TARBALL="$PACKAGE-$VERSION.zip" |
al@20906 | 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
pascal@17275 | 13 |
al@21020 | 14 genpkg_rules() { |
pascal@17275 | 15 mkdir -p $fs/usr/share/dex2jar $fs/usr/bin |
pascal@17275 | 16 cp -a $src/*.sh $src/lib $fs/usr/share/dex2jar |
al@21020 | 17 for i in $(cd $src; ls *.sh); do |
pascal@17275 | 18 ln -s /usr/share/dex2jar/$i $fs/usr/bin/$i |
pascal@17275 | 19 done |
al@21020 | 20 DEPENDS="java-jre" |
pascal@17275 | 21 } |