wok rev 19190

Add pygobject3
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Jun 05 04:00:56 2016 +0200 (2016-06-05)
parents 7d6acea63cbf
children 8e0ca9e60f25
files gtk-girepository/receipt pygobject3/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gtk-girepository/receipt	Sun Jun 05 04:00:56 2016 +0200
     1.3 @@ -0,0 +1,24 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gtk-girepository"
     1.7 +VERSION="2.24.24"
     1.8 +SHORT_DESC="Required to run pygobject3 apps"
     1.9 +CATEGORY="development"
    1.10 +MAINTAINER="psychomaniak@xakep.ru"
    1.11 +WEB_SITE="http://www.gtk.org/"
    1.12 +LICENSE="GPL2"
    1.13 +
    1.14 +DEPENDS="gtk+ gobject-introspection"
    1.15 +BUILD_DEPENDS="pango-dev gtk+-dev gdk-pixbuf-dev atk-dev"
    1.16 +
    1.17 +compile_rules()
    1.18 +{
    1.19 +	mkdir -p $install/usr/lib
    1.20 +	cp -a /usr/lib/girepository-1.0 $install/usr/lib
    1.21 +}
    1.22 +
    1.23 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.24 +genpkg_rules()
    1.25 +{
    1.26 +	cp -a $install/* $fs
    1.27 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/pygobject3/receipt	Sun Jun 05 04:00:56 2016 +0200
     2.3 @@ -0,0 +1,30 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="pygobject3"
     2.7 +SOURCE="pygobject"
     2.8 +VERSION="3.18.2"
     2.9 +CATEGORY="development"
    2.10 +SHORT_DESC="Python bindings for the GObject3 library"
    2.11 +MAINTAINER="psychomaniak@xakep.ru"
    2.12 +LICENSE="LGPL2.1"
    2.13 +TARBALL="$SOURCE-$VERSION.tar.xz"
    2.14 +WEB_SITE="http://live.gnome.org/PyGObject"
    2.15 +WGET_URL="$GNOME_MIRROR/$SOURCE/${VERSION%.*}/$TARBALL"
    2.16 +
    2.17 +PROVIDE="python-gi"
    2.18 +DEPENDS="python pycairo glib libffi libgio gtk-girepository"
    2.19 +BUILD_DEPENDS="$DEPENDS python python-dev pkg-config glib-dev libgio-dev \
    2.20 +pycairo-dev cairo-dev libffi-dev gobject-introspection-dev"
    2.21 +
    2.22 +# Rules to configure and make the package.
    2.23 +compile_rules()
    2.24 +{
    2.25 +	./configure $CONFIGURE_ARGS &&
    2.26 +	make && make install
    2.27 +}
    2.28 +
    2.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.30 +genpkg_rules()
    2.31 +{
    2.32 +	cp -a $install/* $fs
    2.33 +}