19 lines
552 B
Plaintext
19 lines
552 B
Plaintext
# Description: For expand the functions text of GTK for include the highlighting of the syntax.
|
|
# URL: http://www.gnome.org/
|
|
# Packager: pierre at nutyx dot org
|
|
# 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
|
|
}
|