18 lines
451 B
Plaintext
18 lines
451 B
Plaintext
# Description: provides the links of Python 2 for the class GObject of GLib.
|
|
# URL: http://www.gnome.org/
|
|
# Packager: pierre at nutyx dot org
|
|
# Depends on: python-cairo xorg-libxxf86vm
|
|
|
|
name=python-gobject2
|
|
version=2.28.6
|
|
release=1
|
|
|
|
source=(http://ftp.gnome.org/pub/gnome/sources/pygobject/${version%.*}/pygobject-$version.tar.xz)
|
|
|
|
build() {
|
|
cd pygobject-$version
|
|
./configure --prefix=/usr --disable-introspection
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|