opt/gobject-introspection/Pkgfile
2014-11-10 23:25:50 +11:00

26 lines
615 B
Plaintext

# Description: A middleware layer between C libraries (using GObject) and language bindings.
# URL: https://live.gnome.org/GObjectIntrospection
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Matt Housh, jaeger at morpheus dot net
# Depends on: python glib
name=gobject-introspection
version=1.40.0
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 -rf $PKG/usr/share/gtk-doc
}