milis/talimatname/genel/p/python-gtksourceview2/talimat

19 lines
489 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# 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
}