grpc: revbump against protobuf, cleanup

This commit is contained in:
Andrew J. Hesford 2020-02-01 09:09:23 -05:00 committed by Michael Aldridge
parent 0f47345a22
commit a32a242d35

View file

@ -1,11 +1,11 @@
# Template file for 'grpc'
pkgname=grpc
version=1.26.0
revision=1
revision=2
build_style=gnu-makefile
make_build_args="prefix=\$(DESTDIR)/usr AROPTS=rc LD=\$(CC)"
make_install_args="prefix=\$(DESTDIR)/usr"
hostmakedepends="protobuf"
hostmakedepends="which protobuf"
makedepends="zlib-devel c-ares-devel libressl-devel libprotoc-devel
protobuf-devel gperftools-devel"
short_desc="High performance, open source, general RPC framework"
@ -19,9 +19,6 @@ nocross=yes
post_extract() {
sed -r 's/-Werror//g;/ldconfig/d;s/ strip-(static|shared)_c(xx)? / /' -i Makefile
}
post_install() {
vlicense NOTICE.txt
}
grpc-devel_package() {
short_desc+=" - development files"