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

19 lines
489 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: GtkSourceView widget'ı için Python bağları
2016-02-24 02:27:23 +02:00
# URL: http://www.gnome.org/
2017-10-27 21:46:27 +03:00
# Paketçi: milisarge
# Gerekler: gtksourceview2 python-gtk
2016-02-24 02:27:23 +02:00
2017-10-28 15:10:23 +03:00
isim=python-gtksourceview2
surum=2.10.1
devir=1
2016-02-24 02:27:23 +02:00
2017-10-28 15:10:23 +03:00
kaynak=(http://ftp.gnome.org/pub/gnome/sources/pygtksourceview/2.10/pygtksourceview-${surum}.tar.bz2)
2016-02-24 02:27:23 +02:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd pygtksourceview-$surum
2016-02-24 02:27:23 +02:00
PYTHON=python2 ./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --disable-static --disable-docs
make
make DESTDIR=$PKG install
}