wok diff 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
line diff
     1.1 --- a/orc-dev/receipt	Thu Jan 24 18:16:34 2019 +0100
     1.2 +++ b/orc-dev/receipt	Wed Jun 12 13:36:14 2019 +0100
     1.3 @@ -1,23 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="orc-dev"
     1.7 -VERSION="0.4.18"
     1.8 +VERSION="0.4.29"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Oil runtime compiler devel files"
    1.11 +SHORT_DESC="Oil runtime compiler - development files."
    1.12  MAINTAINER="domcox@slitaz.org"
    1.13  LICENSE="BSD"
    1.14 -WEB_SITE="https://gstreamer.freedesktop.org/data/doc/orc/"
    1.15 -HOST_ARCH="i486 arm"
    1.16 +WEB_SITE="https://gstreamer.freedesktop.org/projects/orc.html"
    1.17 +
    1.18 +DEPENDS="orc pkg-config"
    1.19  WANTED="orc"
    1.20  
    1.21 -DEPENDS="orc pkg-config"
    1.22 +HOST_ARCH="i486 arm"
    1.23  
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27 -	mkdir -p $fs/usr/lib $fs/usr/share
    1.28 -	cp -a $install/usr/include $fs/usr
    1.29 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.30 -	cp -a $install/usr/lib/*.*a $fs/usr/lib/
    1.31 -	cp -a $install/usr/share $fs/usr
    1.32 +	mkdir -p $fs/usr/lib
    1.33 +	mkdir -p $fs/usr/share
    1.34 +
    1.35 +	cp -a $install/usr/include		$fs/usr
    1.36 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.37 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib/
    1.38 +	cp -a $install/usr/share		$fs/usr
    1.39  }