### this file is sourced not run
PKGVER=3.10.2
PKGBUILD=1
PKGARCH=x86_64

# source: BLFS 7.5
TARBALL=pygobject-3.10.2.tar.xz
MD5SUM=f311155be8510df6ad8e4edf1cb463d4
SRC_URL=http://ftp.gnome.org/pub/gnome/sources/pygobject/3.10/$TARBALL
BUNDLE=

SLACKREQ='libffi python glib python-py2cairo'
SLACKDESC='python-pygobject3: python-pygobject3 3.10.2 (Glib Gobject binding for Python)  
python-pygobject3:  
python-pygobject3: PyGObject provides Python 2 bindings to the GObject class 
python-pygobject3: from GLib.  
python-pygobject3: 
python-pygobject3: This module is **not** an upgrade to pygobject2. It comes with 
python-pygobject3: a new and backward incompatible changes.
python-pygobject3: But some programs needs this version instead of pygobject2,
python-pygobject3: so there it is.
python-pygobject3: 
python-pygobject3: 
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-docs --with-python=/usr/bin/python"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


