wok annotate orc-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 eeba7ab1dffe
children a4fc90252774
rev   line source
domcox@14014 1 # SliTaz package receipt.
domcox@14014 2
domcox@14014 3 PACKAGE="orc-dev"
Hans-G?nter@21645 4 VERSION="0.4.29"
domcox@14014 5 CATEGORY="development"
Hans-G?nter@21645 6 SHORT_DESC="Oil runtime compiler - development files."
domcox@14014 7 MAINTAINER="domcox@slitaz.org"
pascal@15601 8 LICENSE="BSD"
Hans-G?nter@21645 9 WEB_SITE="https://gstreamer.freedesktop.org/projects/orc.html"
Hans-G?nter@21645 10
Hans-G?nter@21645 11 DEPENDS="orc pkg-config"
pascal@17103 12 WANTED="orc"
pankso@16381 13
Hans-G?nter@21645 14 HOST_ARCH="i486 arm"
pascal@15599 15
domcox@14014 16 # Rules to gen a SliTaz package suitable for Tazpkg.
domcox@14014 17 genpkg_rules()
domcox@14014 18 {
Hans-G?nter@21645 19 mkdir -p $fs/usr/lib
Hans-G?nter@21645 20 mkdir -p $fs/usr/share
Hans-G?nter@21645 21
Hans-G?nter@21645 22 cp -a $install/usr/include $fs/usr
Hans-G?nter@21645 23 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
Hans-G?nter@21645 24 cp -a $install/usr/lib/*.*a $fs/usr/lib/
Hans-G?nter@21645 25 cp -a $install/usr/share $fs/usr
domcox@14014 26 }