summaryrefslogtreecommitdiffstats
path: root/extra/pygtksourceview/Pkgfile
blob: 03be4efa7864f40ef1f04561053f0684b5c09c37 (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, pygtk

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
}