Files
ports/core/python2-gobject2/spkgbuild
2018-10-09 11:40:25 +08:00

22 lines
606 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 : python-gobject2-common
name=python2-gobject2
version=2.28.7
release=1
source=(https://ftp.gnome.org/pub/gnome/sources/pygobject/${version::4}/pygobject-$version.tar.xz)
md5sum=(ae48b60c690c4aa894e69e0c97802745)
build() {
cd pygobject-$version
./configure --prefix=/usr \
--disable-introspection \
PYTHON=/usr/bin/python2
make
make DESTDIR=$PKG install
rm -fr $PKG/usr/{include/,lib/pkgconfig/,share/{gtk-doc,pygobject/xsl}}
}