# Description: A middleware layer between C libraries (using GObject) and language bindings. # URL: https://live.gnome.org/GObjectIntrospection # Maintainer: Danny Rawlins, monster dot romster at gmail dot com # Packager: Matt Housh, jaeger at morpheus dot net # Depends on: python glib name=gobject-introspection version=1.34.2 release=1 source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version::4}/$name-$version.tar.xz) build() { cd $name-$version ./configure \ --prefix=/usr \ --mandir=/usr/man \ --disable-tests \ --disable-gtk-doc-html make make DESTDIR=$PKG install rm -r $PKG/usr/share/gtk-doc }