wok-next view android-platform-tools/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
parents a3c581bf52b8
children c792ad04b500
line source
1 # SliTaz package receipt.
3 PACKAGE="android-platform-tools"
4 VERSION="19.0.1"
5 CATEGORY="development"
6 SHORT_DESC="Platform-Tools for Google Android SDK (adb and fastboot)"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="custom"
9 WEB_SITE="https://developer.android.com/"
10 HOST_ARCH="i486"
12 SOURCE="platform-tools"
13 TARBALL="${SOURCE}_r$VERSION-linux.zip"
14 WGET_URL="http://dl-ssl.google.com/android/repository/$TARBALL"
16 genpkg_rules() {
17 mkdir -p $fs/opt/android-sdk
18 cp -a $src $fs/opt/android-sdk/$SOURCE
19 chmod -R +Xr $fs/opt/android-sdk/$SOURCE
20 DEPENDS="android-sdk"
21 }