1 # Maintainer: Alessio Sergi <asergi at archlinux dot us>
7 pkgdesc="Compiler for the GObject type system (0.10 branch)"
9 url="http://live.gnome.org/Vala"
12 makedepends=('libxslt')
14 source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgname}/0.10/${_pkgname}-${pkgver}.tar.bz2)
15 sha256sums=('4d23bd8b904ec59537ed5bcf44064104ccc41d639a3386cbc62d91f6bf0301c4')
18 cd "${srcdir}/${_pkgname}-${pkgver}"
20 ./configure --prefix=/opt/vala-0.10 \
26 cd "${srcdir}/${_pkgname}-${pkgver}"
28 make DESTDIR="${pkgdir}" install
31 install -d -m755 "${pkgdir}/usr/bin"
32 ln -s /opt/vala-0.10/bin/{vala,valac,vala-gen-introspect,vapicheck,vapigen}{-0.10} "${pkgdir}/usr/bin/"
35 # vim:set ts=2 sw=2 et: