contrib/vala/Pkgfile
2020-01-20 16:15:47 +00:00

18 lines
433 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.46.5
release=1
source=(http://download.gnome.org/sources/vala/${version%.*}/vala-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-valadoc
make
make install DESTDIR=$PKG
}