wok diff protobuf-dev/receipt @ rev 21715
updated protobuf, protobuf-dev and protobuf-python (2.4.1 -> 3.8.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 12 13:25:36 2019 +0100 (2019-06-12) |
parents | 6135577f4d08 |
children | 42feee1f9a23 |
line diff
1.1 --- a/protobuf-dev/receipt Sat Jan 26 12:26:47 2019 +0100 1.2 +++ b/protobuf-dev/receipt Wed Jun 12 13:25:36 2019 +0100 1.3 @@ -1,21 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="protobuf-dev" 1.7 -VERSION="2.4.1" 1.8 +VERSION="3.8.0" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Devel files for protobuf." 1.11 +SHORT_DESC="Protocol buffers - Google's data interchange format, development files." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="BSD" 1.14 -WEB_SITE="https://developers.google.com/protocol-buffers/" 1.15 -WANTED="protobuf" 1.16 +WEB_SITE="https://github.com/protocolbuffers/protobuf/" 1.17 1.18 DEPENDS="protobuf pkg-config" 1.19 +WANTED="protobuf" 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 mkdir -p $fs/usr/lib 1.25 - cp -a $install/usr/include $fs/usr 1.26 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.27 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.28 + 1.29 + cp -a $install/usr/include $fs/usr 1.30 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.31 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.32 }