# description : Python2 bindings for PyGObject3 # depends : python-gobject3-common name=python2-gobject3 version=3.32.1 release=1 source=(https://ftp.gnome.org/pub/gnome/sources/pygobject/${version::4}/pygobject-$version.tar.xz) md5sum=(9d5dbca10162dd9b0d03fed0c6cf865d) build() { cd pygobject-$version mkdir build cd build meson --prefix=/usr -Dpython=python2 .. ninja DESTDIR=$PKG ninja install rm -fr $PKG/usr/{include/,lib/pkgconfig/} }