#Maintainer: Nigel Bosch pkgname=gtksourceview pkgver=2.9.3 pkgrel=1 zenver=64 arch=i486 source=("http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/2.9/$pkgname-$pkgver.tar.bz2") docs=("authors" "copying" "copying.lib" "changelog" "hacking" "install" "maintainers" "news" "readme") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/sparky/packages/$pkgname/ url=http://gtksourceview.sourceforge.net/ slackdesc=\ ( #|------handy-ruler----------------------------------------------------| "$pkgname - A text widget that provides syntax highlighting to GTK" "$pkgname is a text widget that extends the standard gtk+ 2.x text" "widget. It improves the gtk+ text widget by implementing syntax" "highlighting and other features typical of a source editor. It is" "part of the GNOME Desktop Environment and it is currently being used" "by gedit, MonoDevelop, Glimmer and several other projects." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }