summaryrefslogtreecommitdiffstats
path: root/extra/gtksourceview/Pkgfile
blob: 811410641a2f2f8f126dd432193ff8bb219eef02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Description: Syntax highlighting for the GtkTextView widget
# URL: http://mail.gnome.org/mailman/listinfo/gnome-devtools
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: gtk, libxml2, libgnomeprint, gnome-vfs

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

build() {
	cd $name-$version  
	./configure --prefix=$GNOME_PREFIX 
	make
	make DESTDIR=$PKG install
}