wok annotate libunique-dev/receipt @ rev 21717

updated protobuf, protobuf-dev and protobuf-python again (2.4.1 -> 3.8.0)
author Hans-G?nter Theisgen
date Wed Jun 12 13:36:14 2019 +0100 (2019-06-12)
parents e1ee172acb7b
children
rev   line source
erjo@4760 1 # SliTaz package receipt.
erjo@4760 2
erjo@4760 3 PACKAGE="libunique-dev"
slaxemulator@6288 4 VERSION="1.1.6"
erjo@4760 5 CATEGORY="development"
erjo@4760 6 SHORT_DESC="Development files for Libunique."
erjo@4760 7 MAINTAINER="erjo@slitaz.org"
pascal@14718 8 LICENSE="LGPL2.1"
pascal@20674 9 WEB_SITE="https://wiki.gnome.org/Attic/LibUnique"
erjo@4760 10 WANTED="libunique"
pankso@16379 11 HOST_ARCH="i486 arm"
erjo@4760 12
pascal@15597 13 DEPENDS="libunique pkg-config"
pascal@14718 14
erjo@4760 15 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@4760 16 genpkg_rules()
erjo@4760 17 {
slaxemulator@7562 18 mkdir -p $fs/usr/lib $fs/usr/share
pankso@16379 19 [ -d "$install/usr/share/gir-1.0" ] && \
pankso@16379 20 cp -a $install/usr/share/gir-1.0 $fs/usr/share
pankso@16379 21 [ -d "$install/usr/lib/girepository-1.0" ] && \
pankso@16379 22 cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib
pascal@14718 23 cp -a $install/usr/include $fs/usr
pascal@14718 24 cp -a $install/usr/lib/*.*a $fs/usr/lib
pascal@14718 25 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
erjo@4760 26 }