milis/talimatname/genel/p/python-gtksourceview2/talimat
2018-07-31 13:40:04 +00:00

19 lines
508 B
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: GtkSourceView widget'ı için Python bağları
# URL: http://www.gnome.org/
# Paketçi: milisarge
# Gerekler: gtksourceview2 python-gtk
# Grup: kütüphane
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
}