wok-current view pygobject3/receipt @ rev 19190

Add pygobject3
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Jun 05 04:00:56 2016 +0200 (2016-06-05)
parents
children 8e0ca9e60f25
line source
1 # SliTaz package receipt.
3 PACKAGE="pygobject3"
4 SOURCE="pygobject"
5 VERSION="3.18.2"
6 CATEGORY="development"
7 SHORT_DESC="Python bindings for the GObject3 library"
8 MAINTAINER="psychomaniak@xakep.ru"
9 LICENSE="LGPL2.1"
10 TARBALL="$SOURCE-$VERSION.tar.xz"
11 WEB_SITE="http://live.gnome.org/PyGObject"
12 WGET_URL="$GNOME_MIRROR/$SOURCE/${VERSION%.*}/$TARBALL"
14 PROVIDE="python-gi"
15 DEPENDS="python pycairo glib libffi libgio gtk-girepository"
16 BUILD_DEPENDS="$DEPENDS python python-dev pkg-config glib-dev libgio-dev \
17 pycairo-dev cairo-dev libffi-dev gobject-introspection-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 ./configure $CONFIGURE_ARGS &&
23 make && make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/* $fs
30 }