mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
android-tools: update to 5.1.0_r1.
This commit is contained in:
parent
548b0825d0
commit
b05250f141
2 changed files with 4 additions and 4 deletions
|
@ -128,7 +128,7 @@ index 000000000000..00ce75b2f4ad
|
||||||
+CPPFLAGS+= -DHAVE_OFF64_T=1
|
+CPPFLAGS+= -DHAVE_OFF64_T=1
|
||||||
+CPPFLAGS+= -std=gnu99
|
+CPPFLAGS+= -std=gnu99
|
||||||
+
|
+
|
||||||
+LIBS+= -lz -ldl
|
+LIBS+= -lz -ldl -lpcre
|
||||||
+
|
+
|
||||||
+OBJS= $(SRCS:.c=.o)
|
+OBJS= $(SRCS:.c=.o)
|
||||||
+
|
+
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'android-tools'
|
# Template file for 'android-tools'
|
||||||
pkgname=android-tools
|
pkgname=android-tools
|
||||||
version=5.0.2_r1
|
version=5.1.0_r1
|
||||||
revision=2
|
revision=1
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
makedepends="zlib-devel libressl-devel>=2.1.4"
|
makedepends="zlib-devel libressl-devel>=2.1.4 pcre-devel"
|
||||||
short_desc="Android platform tools (adb and fastboot)"
|
short_desc="Android platform tools (adb and fastboot)"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
license="Apache-2.0 BSD"
|
license="Apache-2.0 BSD"
|
||||||
|
|
Loading…
Add table
Reference in a new issue