mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
grpc: revbump against protobuf, cleanup
This commit is contained in:
parent
0f47345a22
commit
a32a242d35
1 changed files with 2 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'grpc'
|
# Template file for 'grpc'
|
||||||
pkgname=grpc
|
pkgname=grpc
|
||||||
version=1.26.0
|
version=1.26.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="prefix=\$(DESTDIR)/usr AROPTS=rc LD=\$(CC)"
|
make_build_args="prefix=\$(DESTDIR)/usr AROPTS=rc LD=\$(CC)"
|
||||||
make_install_args="prefix=\$(DESTDIR)/usr"
|
make_install_args="prefix=\$(DESTDIR)/usr"
|
||||||
hostmakedepends="protobuf"
|
hostmakedepends="which protobuf"
|
||||||
makedepends="zlib-devel c-ares-devel libressl-devel libprotoc-devel
|
makedepends="zlib-devel c-ares-devel libressl-devel libprotoc-devel
|
||||||
protobuf-devel gperftools-devel"
|
protobuf-devel gperftools-devel"
|
||||||
short_desc="High performance, open source, general RPC framework"
|
short_desc="High performance, open source, general RPC framework"
|
||||||
|
@ -19,9 +19,6 @@ nocross=yes
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -r 's/-Werror//g;/ldconfig/d;s/ strip-(static|shared)_c(xx)? / /' -i Makefile
|
sed -r 's/-Werror//g;/ldconfig/d;s/ strip-(static|shared)_c(xx)? / /' -i Makefile
|
||||||
}
|
}
|
||||||
post_install() {
|
|
||||||
vlicense NOTICE.txt
|
|
||||||
}
|
|
||||||
|
|
||||||
grpc-devel_package() {
|
grpc-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue