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

busybox: add overrides
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:18:16 2020 +0000 (2020-09-01)
parents d5aab818505e
children
line source
1 # SliTaz package receipt.
3 PACKAGE="android-platform-tools"
4 VERSION="30.0.0"
5 CATEGORY="development"
6 SHORT_DESC="Platform-Tools for Google Android SDK (adb and fastboot)"
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="custom"
9 WEB_SITE="https://developer.android.com/"
11 SOURCE="platform-tools"
12 TARBALL="${SOURCE}_r$VERSION-linux.zip"
13 WGET_URL="http://dl-ssl.google.com/android/repository/$TARBALL"
15 HOST_ARCH="i486"
17 genpkg_rules()
18 {
19 mkdir -p $fs/opt/android-sdk
21 cp -a $src $fs/opt/android-sdk/$SOURCE
22 chmod -R +Xr $fs/opt/android-sdk/$SOURCE
24 DEPENDS="android-sdk"
25 }