# 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
# Run on: gtk,libxml2,libgnomeprint,gnome-vfs

name=gtksourceview
version=2.10.0
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
}