CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
gobject-introspection: updated to 1.68.0
[ports/opt-arm64.git] / gobject-introspection / Pkgfile
1 # Description: A middleware layer between C libraries (using GObject) and language bindings.
2 # URL: https://live.gnome.org/GObjectIntrospection
3 # Maintainer: Danny Rawlins, crux at romster dot me
4 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5 # Packager: Matt Housh, jaeger at morpheus dot net
6 # Depends on: python glib
7
8 name=gobject-introspection
9 version=1.68.0
10 release=1
11 source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version::4}/$name-$version.tar.xz)
12
13 build() {
14 cd $name-$version
15
16 meson build \
17 --prefix /usr \
18 -D cairo=disabled \
19 -D doctool=disabled
20
21 ninja -C build -j ${JOBS:-1}
22 DESTDIR="$PKG" ninja -C build install
23 }