contrib/vala/Pkgfile

18 lines
429 B
Plaintext
Raw Normal View History

2010-04-02 17:20:30 +02:00
# 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:
name=vala
2010-08-20 15:04:44 +02:00
version=0.9.7
2010-04-02 17:20:30 +02:00
release=1
2010-06-08 23:50:40 +02:00
source=(http://download.gnome.org/sources/vala/0.9/vala-$version.tar.bz2)
2010-04-02 17:20:30 +02:00
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man
make
make install DESTDIR=$PKG
}