mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
protobuf-c: rebuild against protobuf-3.6.0.
This commit is contained in:
parent
b2625404f7
commit
a478bc2efa
1 changed files with 8 additions and 3 deletions
|
@ -1,16 +1,17 @@
|
|||
# Template file for 'protobuf-c'
|
||||
pkgname=protobuf-c
|
||||
version=1.3.0
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config protobuf"
|
||||
makedepends="protobuf-devel"
|
||||
short_desc="C implementation of the Google Protocol Buffers"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="BSD"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/protobuf-c/protobuf-c"
|
||||
distfiles="$homepage/releases/download/v$version/protobuf-c-$version.tar.gz"
|
||||
distfiles="${homepage}/releases/download/v${version}/protobuf-c-${version}.tar.gz"
|
||||
checksum=5dc9ad7a9b889cf7c8ff6bf72215f1874a90260f60ad4f88acf21bb15d2752a1
|
||||
|
||||
# buildprocess calls compiler while building, disable it on cross build
|
||||
build_options="protoc"
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
|
@ -18,6 +19,10 @@ if [ -z "$CROSS_BUILD" ]; then
|
|||
fi
|
||||
configure_args="$(vopt_enable protoc)"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
protobuf-c-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Add table
Reference in a new issue