milis/talimatname/genel/python-gtksourceview2/talimat

19 lines
504 B
Plaintext
Raw 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.

# Description: GtkSourceView widget'ı için Python bağları
# URL: http://www.gnome.org/
# Packager: milisarge
# Depends on: gtksourceview2 python-gtk
name=python-gtksourceview2
version=2.10.1
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/pygtksourceview/2.10/pygtksourceview-${version}.tar.bz2)
build() {
cd pygtksourceview-$version
PYTHON=python2 ./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --disable-static --disable-docs
make
make DESTDIR=$PKG install
}