CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
gobject-introspection: updated to 1.52.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
f0389663 9version=1.52.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
16 ./configure --prefix=/usr \
17 --disable-doctool \
18 --disable-gtk-doc-html \
19 --build=aarch64-unknown-linux-gnueabi
20
21 make
22 make DESTDIR=$PKG install
23
24 rm -rf $PKG/usr/share/gtk-doc
25}