contrib/vala/Pkgfile
2010-11-07 20:48:00 +01:00

18 lines
435 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.10.1
release=1
source=(http://download.gnome.org/sources/vala/0.10/vala-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man
make
make install DESTDIR=$PKG
}