contrib/vala/Pkgfile
2013-04-09 02:05:45 +02:00

20 lines
502 B
Plaintext

# Description: self-hosting compiler that translates Vala source code into C
# URL: http://live.gnome.org/Vala
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: glib
name=vala
version=0.19.0
release=2
source=(http://download.gnome.org/sources/vala/0.19/vala-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--datarootdir=/usr/lib
make
make install DESTDIR=$PKG
rm -r $PKG/usr/lib/devhelp
}