summaryrefslogtreecommitdiffstats
path: root/vala/Pkgfile
blob: 14de25f2b0449c33ab6f4664c468f8dd46f65b56 (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.17.1
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
}