CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
676dbb1201833ec27b1f85701c4eb28cf18de057
[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.52.1
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 ./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 }