# Tanım: GtkSourceView widget'ı için Python bağları
# URL: http://www.gnome.org/
# Paketçi: milisarge
# Gerekler: gtksourceview2 python-gtk 

isim=python-gtksourceview2
surum=2.10.1
devir=1

kaynak=(http://ftp.gnome.org/pub/gnome/sources/pygtksourceview/2.10/pygtksourceview-${surum}.tar.bz2)

derle() {
cd pygtksourceview-$surum
PYTHON=python2 ./configure --prefix=/usr --sysconfdir=/etc \
      --localstatedir=/var --disable-static --disable-docs
make
make DESTDIR=$PKG install
}