wok-next diff gst0-python-dev/receipt @ rev 20376

Down palemoon (27.5.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Nov 26 09:27:42 2017 +0100 (2017-11-26)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gst0-python-dev/receipt	Sun Nov 26 09:27:42 2017 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gst0-python-dev"
     1.7 +VERSION="0.10.21"
     1.8 +SERIES="0.10"
     1.9 +CATEGORY="development"
    1.10 +SHORT_DESC="gst0-python devel files"
    1.11 +MAINTAINER="jozee@slitaz.org"
    1.12 +LICENSE="LGPL2.1"
    1.13 +WANTED="gst0-python"
    1.14 +WEB_SITE="http://gstreamer.freedesktop.org/"
    1.15 +
    1.16 +DEPENDS="pygobject-dev gstreamer0-dev gst0-plugins-base-dev python-dev pkg-config"
    1.17 +
    1.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 +genpkg_rules()
    1.20 +{
    1.21 +	mkdir -p $fs/usr/lib
    1.22 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.23 +}