diff options
author | Thomas Penteker <tek@serverop.de> | 2010-04-02 17:20:30 +0200 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2010-04-02 17:20:30 +0200 |
commit | 298dcabc43f30bc62f50c255509a1c0790f147f0 (patch) | |
tree | b5cd1864d7f1601b870873490c30f03b541803ae /vala/Pkgfile | |
parent | 45abddfb8b6a6ce516696b94ecb7976170e42057 (diff) | |
download | contrib-298dcabc43f30bc62f50c255509a1c0790f147f0.tar.gz contrib-298dcabc43f30bc62f50c255509a1c0790f147f0.tar.xz |
vala: initial import
Diffstat (limited to 'vala/Pkgfile')
-rw-r--r-- | vala/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vala/Pkgfile b/vala/Pkgfile new file mode 100644 index 000000000..bf136f228 --- /dev/null +++ b/vala/Pkgfile @@ -0,0 +1,17 @@ +# 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 +version=0.8.0 +release=1 +source=(http://download.gnome.org/sources/vala/0.8/vala-$version.tar.bz2) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --mandir=/usr/man + make + make install DESTDIR=$PKG +} |