contrib/vala/Pkgfile

19 lines
466 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
2010-11-07 20:48:00 +01:00
# Depends on: glib
2010-04-02 17:20:30 +02:00
name=vala
2011-09-09 19:59:52 +02:00
version=0.13.4
2010-04-02 17:20:30 +02:00
release=1
2011-06-20 14:59:37 +02:00
source=(http://download.gnome.org/sources/vala/0.13/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
2010-11-12 08:08:44 +01:00
rm -r $PKG/usr/share/devhelp
2010-04-02 17:20:30 +02:00
}