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

lftp: use openssl instead of gnutls
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 24 05:20:16 2019 +0200 (2019-01-24)
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 }