contrib/vala/Pkgfile
2015-08-10 19:24:05 +02:00

19 lines
466 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.29.2
release=1
source=(http://download.gnome.org/sources/vala/0.29/vala-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man
make
make install DESTDIR=$PKG
rm -r $PKG/usr/share/devhelp
}