wok view pygobject3/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents cbefd8f517df
children 6831608a1b2a
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 > /dev/null 2>&1 # create ./libtool
23 ./configure $CONFIGURE_ARGS &&
24 make && make install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cp -a $install/* $fs
31 }