# Depends on: python-cairo gobject-introspection xorg-libxxf86vm libffi

description="provides the links of Python 3 for the class GObject of GLib."
url="http://www.gnome.org/"
packager="pierre at nutyx dot org, tnut at nutyx dot org"
name=python-gobject
version=3.22.0
release=2

source=(http://ftp.gnome.org/pub/gnome/sources/pygobject/${version%.*}/pygobject-$version.tar.xz)

build() {
cd pygobject-$version
mkdir python3
pushd python3
../configure --prefix=/usr \
--with-python=/usr/bin/python3
make
popd
make DESTDIR=$PKG -C python3 install
}
