opt/gobject-introspection/Pkgfile
2017-11-01 23:04:55 +11:00

25 lines
589 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: glib
name=gobject-introspection
version=1.52.1
release=1
source=(https://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
}