1 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
2 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
3 # Contributor: Ionut Biru <ibiru@archlinux.org>
4 # Contributor: Timm Preetz <timm@preetz.us>
9 pkgdesc='Compiler for the GObject type system'
10 url='https://wiki.gnome.org/Projects/Vala'
34 libvala-${pkgver%.*}.so
35 libvaladoc-${pkgver%.*}.so
40 _commit=9c8ee8f065e572ed9feecdf118145d5b1748fada # tags/0.56.5^0
41 source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit")
46 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
51 NOCONFIGURE=1 ./autogen.sh
56 ./configure --prefix=/usr
57 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
68 make DESTDIR="$pkgdir" install
71 # vim:set sw=2 sts=-1 et: