contrib/vala/Pkgfile

18 lines
444 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
2020-07-01 16:10:44 +02:00
# URL: https://wiki.gnome.org/Projects/Vala
2010-04-02 17:20:30 +02:00
# 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
2020-07-01 16:10:44 +02:00
version=0.48.7
2013-04-12 10:13:12 +02:00
release=1
2020-04-12 03:58:21 +02:00
source=(https://download.gnome.org/sources/vala/${version%.*}/vala-$version.tar.xz)
2010-04-02 17:20:30 +02:00
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-valadoc
make
2010-04-02 17:20:30 +02:00
make install DESTDIR=$PKG
}