summaryrefslogtreecommitdiffstats
path: root/extra/gtksourceview/Pkgfile
blob: efb3620656ba39ced6008a65dc94ee6daf766a26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Description: Contient les librairies permettant de mettre en évidence la syntaxe dans les functions de gtk
# URL: http://www.gnome.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: gnome-vfs, libgnomeprintui, libgnomeprint, p5-xml-parser, gtk

name=gtksourceview
version=2.4.2
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/2.4/$name-$version.tar.bz2)

build() {
	cd $name-$version
	./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0)
	make
	make DESTDIR=$PKG install
}