CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
gobject-introspection: updated to 1.66.1
[ports/opt-arm64.git] / gobject-introspection / Pkgfile
CommitLineData
c69ea056
VM
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
8name=gobject-introspection
e2730425 9version=1.66.1
c69ea056
VM
10release=1
11source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version::4}/$name-$version.tar.xz)
12
13build() {
14 cd $name-$version
15
4ada919f
VM
16 meson build \
17 --prefix /usr \
5fed52f0
VM
18 -D cairo=disabled \
19 -D doctool=disabled
c69ea056 20
4ada919f
VM
21 ninja -C build -j ${JOBS:-1}
22 DESTDIR="$PKG" ninja -C build install
c69ea056 23}