summaryrefslogtreecommitdiffstats
path: root/vala/Pkgfile
blob: 33352c73f80cb625a6bcd13bac4cc22a625dbb0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: Compilateur pour des systèmes de type GObject
# URL: http://live.gnome.org/Vala
# Maintainer: NuTyX packager team
# Packager: lesibel at free dot fr
# Depends on: glib
# Run on: glib

name=vala
version=0.15.0
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz )

build() {
	cd $name-*
	./configure --prefix=/usr \
		--enable-vapigen
	make
	make DESTDIR=$PKG install
}