opt/gobject-introspection/Pkgfile

22 lines
535 B
Plaintext
Raw Normal View History

2013-12-20 02:25:37 +01:00
# Description: A middleware layer between C libraries (using GObject) and language bindings.
# URL: https://live.gnome.org/GObjectIntrospection
2014-11-10 13:25:50 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: glib
2013-12-20 02:25:37 +01:00
name=gobject-introspection
version=1.60.1
2013-12-20 02:25:37 +01:00
release=1
source=(https://ftp.gnome.org/pub/GNOME/sources/$name/${version::4}/$name-$version.tar.xz)
2013-12-20 02:25:37 +01:00
build() {
cd $name-$version
meson build \
--prefix /usr \
-D gtk_doc=false \
-D doctool=false
2013-12-20 02:25:37 +01:00
ninja -C build -j ${JOBS:-1}
DESTDIR="$PKG" ninja -C build install
2013-12-20 02:25:37 +01:00
}