2014-12-16 16:20:29 +00:00
|
|
|
# Description: Python bindings for GObject
|
2007-01-13 02:08:57 +01:00
|
|
|
# URL: http://www.pygtk.org
|
2010-09-28 09:49:24 +00:00
|
|
|
# Maintainer: Jose V Beneyto, sepen at crux dot nu
|
2007-01-13 02:08:57 +01:00
|
|
|
# Packager: Simone Rota, sip at varlock dot com
|
2017-10-31 17:18:55 +01:59
|
|
|
# Depends on: gtk
|
2007-01-13 02:08:57 +01:00
|
|
|
|
|
|
|
name=pygobject
|
2011-07-04 16:43:47 +02:00
|
|
|
version=2.28.6
|
2009-03-07 13:44:04 +11:00
|
|
|
release=1
|
2011-07-04 16:43:47 +02:00
|
|
|
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version::4}/$name-$version.tar.xz)
|
2007-01-13 02:08:57 +01:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
2011-07-04 16:43:47 +02:00
|
|
|
|
|
|
|
./configure --prefix=/usr --disable-introspection
|
2007-01-13 02:08:57 +01:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2011-07-04 16:43:47 +02:00
|
|
|
|
2009-06-11 12:01:23 +10:00
|
|
|
rm -rf $PKG/usr/share/gtk-doc
|
2007-01-13 02:08:57 +01:00
|
|
|
}
|