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

19 lines
489 B
Plaintext
Raw Normal View History

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