wok-next diff android-build-tools/receipt @ rev 21657

updated flac (1.3.2 -> 1.3.3)
author Hans-G?nter Theisgen
date Sat Jun 27 10:17:52 2020 +0100 (2020-06-27)
parents a3c581bf52b8
children
line diff
     1.1 --- a/android-build-tools/receipt	Fri Aug 10 12:53:17 2018 +0300
     1.2 +++ b/android-build-tools/receipt	Sat Jun 27 10:17:52 2020 +0100
     1.3 @@ -1,23 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="android-build-tools"
     1.7 -VERSION="r19.0.3"
     1.8 +VERSION="19.0.3"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Build-Tools for Google Android SDK (aapt, aidl, dexdump, etc)."
    1.11 -MAINTAINER="pankso@slitaz.org"
    1.12 +SHORT_DESC="Build-Tools for Google Android SDK (aapt, aidl, dexdump, etc.)"
    1.13 +MAINTAINER="devel@slitaz.org"
    1.14  LICENSE="custom"
    1.15 -SOURCE="build-tools"
    1.16 -TARBALL="${SOURCE}_${VERSION}-linux.zip"
    1.17  WEB_SITE="https://developer.android.com/"
    1.18 -WGET_URL="http://dl-ssl.google.com/android/repository/$TARBALL"
    1.19  HOST_ARCH="i486"
    1.20  
    1.21 -DEPENDS="android-sdk"
    1.22 +SOURCE="build-tools"
    1.23 +TARBALL="${SOURCE}_r$VERSION-linux.zip"
    1.24 +WGET_URL="http://dl-ssl.google.com/android/repository/$TARBALL"
    1.25  
    1.26 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 -genpkg_rules()
    1.28 -{
    1.29 -	mkdir -p ${fs}/opt/android-sdk/${SOURCE}
    1.30 -	cp -a ${src} ${fs}/opt/android-sdk/${SOURCE}/${VERSION#r}
    1.31 -	chmod -R +Xr ${fs}/opt/android-sdk/${SOURCE}
    1.32 +
    1.33 +genpkg_rules() {
    1.34 +	mkdir -p $fs/opt/android-sdk/$SOURCE
    1.35 +	cp -a $src $fs/opt/android-sdk/$SOURCE/$VERSION
    1.36 +	chmod -R +Xr $fs/opt/android-sdk/$SOURCE
    1.37 +	DEPENDS="android-sdk"
    1.38  }