mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
android-tools: update to 5.1.0r1 (kill _ in version).
This commit is contained in:
parent
34aeedad99
commit
e529949d3b
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'android-tools'
|
# Template file for 'android-tools'
|
||||||
pkgname=android-tools
|
pkgname=android-tools
|
||||||
version=5.1.0_r1
|
_version=5.1.0_r1
|
||||||
revision=3
|
version=${_version/_/}
|
||||||
|
revision=1
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
|
@ -14,7 +15,7 @@ homepage="http://developer.android.com/tools/help/adb.html"
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
local r
|
local r
|
||||||
for r in system/core system/extras external/libselinux external/f2fs-tools; do
|
for r in system/core system/extras external/libselinux external/f2fs-tools; do
|
||||||
git clone -b android-${version} \
|
git clone -b android-${_version} \
|
||||||
https://android.googlesource.com/platform/$r \
|
https://android.googlesource.com/platform/$r \
|
||||||
${pkgname}-${version}/$(basename $r)
|
${pkgname}-${version}/$(basename $r)
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue