wok-6.x annotate protobuf-dev/receipt @ rev 24411
Add some current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 09 17:57:59 2022 +0000 (2022-02-09) |
parents | 42feee1f9a23 |
children |
rev | line source |
---|---|
pascal@11226 | 1 # SliTaz package receipt. |
pascal@11226 | 2 |
pascal@11226 | 3 PACKAGE="protobuf-dev" |
Hans-G?nter@23449 | 4 VERSION="3.11.4" |
pascal@11226 | 5 CATEGORY="development" |
Hans-G?nter@21715 | 6 SHORT_DESC="Protocol buffers - Google's data interchange format, development files." |
pascal@11226 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15375 | 8 LICENSE="BSD" |
Hans-G?nter@21715 | 9 WEB_SITE="https://github.com/protocolbuffers/protobuf/" |
pascal@15375 | 10 |
Hans-G?nter@23449 | 11 DEPENDS="pkg-config protobuf" |
Hans-G?nter@21715 | 12 WANTED="protobuf" |
pascal@11226 | 13 |
pascal@11226 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@11226 | 15 genpkg_rules() |
pascal@11226 | 16 { |
pascal@11226 | 17 mkdir -p $fs/usr/lib |
Hans-G?nter@21715 | 18 |
Hans-G?nter@21715 | 19 cp -a $install/usr/include $fs/usr |
Hans-G?nter@21715 | 20 cp -a $install/usr/lib/*.*a $fs/usr/lib |
Hans-G?nter@21715 | 21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pascal@11226 | 22 } |