mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 02:20:05 +00:00
20 lines
512 B
Plaintext
Executable File
20 lines
512 B
Plaintext
Executable File
# description : Python 2 bindings to the GObject class from GLib
|
|
# homepage : http://www.pygtk.org/
|
|
# maintainer : Emmett1, emmett1.2miligrams at gmail.com
|
|
# depends : glib python2-cairo
|
|
|
|
name=python2-gobject2
|
|
version=2.28.7
|
|
release=1
|
|
source=(http://ftp.gnome.org/pub/gnome/sources/pygobject/${version::4}/pygobject-$version.tar.xz)
|
|
|
|
build() {
|
|
cd pygobject-$version
|
|
|
|
./configure --prefix=/usr --disable-docs --disable-introspection
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|
|
|
|
md5sum=(ae48b60c690c4aa894e69e0c97802745)
|