summaryrefslogtreecommitdiffstats
path: root/extra/pygtksourceview/Pkgfile
blob: 4545e1f1fe7bda5a45a1a1e44317d7378c6f57fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description: Permet l'implémentation de code python dans des applications utilisant gtk
# URL: http://www.pygtk.org/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: gtk, gtksourceview, pygobject, pycairo, libglade

name=pygtksourceview
version=2.6.0
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/2.6/$name-$version.tar.bz2)

build() {
	cd $name-$version
	./configure --prefix=/usr \
		--disable-docs
	make
	make DESTDIR=$PKG install
}