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

name=pygtk
version=2.17.0
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)

build() {
	cd $name-$version
	sed -i -e 's/SUBDIRS = codegen . $(GTK_SUBDIR) examples tests docs/SUBDIRS = codegen . $(GTK_SUBDIR) examples tests/' Makefile.in
	./configure --prefix=/usr --enable-numpy
	make
	make DESTDIR=$PKG install
	install -m644 gtk/gtk-extrafuncs.defs $PKG/usr/share/pygtk/2.0/defs/
	rm -rf $PKG/usr/share/gtk-doc
}