opt/gobject-introspection/Pkgfile
2015-11-04 14:37:36 +11:00

25 lines
595 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.46.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 \
--disable-doctool \
--disable-gtk-doc-html
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc
}