wok view android-platform-tools/receipt @ rev 22042

gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:55:54 2019 +0300 (2019-10-22)
parents fb93e543dbce
children a1b12ae1c852
line source
1 # SliTaz package receipt.
3 PACKAGE="android-platform-tools"
4 VERSION="r19.0.1"
5 CATEGORY="development"
6 SHORT_DESC="Platform-Tools for Google Android SDK (adb and fastboot)."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="custom"
9 SOURCE="platform-tools"
10 TARBALL="${SOURCE}_${VERSION}-linux.zip"
11 WEB_SITE="https://developer.android.com"
12 WGET_URL="http://dl-ssl.google.com/android/repository/$TARBALL"
13 HOST_ARCH="i486"
15 DEPENDS="android-sdk"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p ${fs}/opt/android-sdk
21 cp -a ${src} ${fs}/opt/android-sdk/${SOURCE}
22 chmod -R +Xr ${fs}/opt/android-sdk/${SOURCE}
23 }