### this file is sourced not run
PKGVER=2.10.1
PKGBUILD=1
PKGARCH=x86_64

# source: BLFS 7.5
TARBALL=pygtksourceview-2.10.1.tar.bz2
MD5SUM=2654354d61422fb79d8375fc3a3b5393
SRC_URL=http://ftp.gnome.org/pub/gnome/sources/pygtksourceview/2.10/$TARBALL
BUNDLE=

SLACKREQ='python-pygtk gtk2 libgtksourceview'
SLACKDESC="python-pygtksourceview: python-pygtksourceview $PKGVER (Python bindings)  
python-pygtksourceview:  
python-pygtksourceview: This is Python bindings for libgtksourceview, and 
python-pygtksourceview: syntax-highlighting editor gtk widget.  
python-pygtksourceview: 
python-pygtksourceview: 
python-pygtksourceview: 
python-pygtksourceview: 
python-pygtksourceview: 
python-pygtksourceview: 
python-pygtksourceview:
"

### default pkg_download
### defaulg pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/pygtksourceview* &&

	./configure $CONFFLAGS &&
	make $MAKEFLAGS &&

	# james: patch for missing docs
	sed -i -e '/index.sgml/d' \
		-e '/pygtksourceview2.devhelp/d' \
		-e '/class-gtksourceview2.html/ s|\\||' \
		docs/Makefile &&
	
	make install &&
	pkg_build_slackdesc
}


