wok-next view android-build-tools/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents a3c581bf52b8
children
line source
1 # SliTaz package receipt.
3 PACKAGE="android-build-tools"
4 VERSION="19.0.3"
5 CATEGORY="development"
6 SHORT_DESC="Build-Tools for Google Android SDK (aapt, aidl, dexdump, etc.)"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="custom"
9 WEB_SITE="https://developer.android.com/"
10 HOST_ARCH="i486"
12 SOURCE="build-tools"
13 TARBALL="${SOURCE}_r$VERSION-linux.zip"
14 WGET_URL="http://dl-ssl.google.com/android/repository/$TARBALL"
17 genpkg_rules() {
18 mkdir -p $fs/opt/android-sdk/$SOURCE
19 cp -a $src $fs/opt/android-sdk/$SOURCE/$VERSION
20 chmod -R +Xr $fs/opt/android-sdk/$SOURCE
21 DEPENDS="android-sdk"
22 }