summaryrefslogtreecommitdiffstats
path: root/extra/pygtk/Pkgfile
diff options
context:
space:
mode:
authorskingrapher <gandalf@aldebaran.(none)>2010-03-19 16:32:06 +0400
committerskingrapher <gandalf@aldebaran.(none)>2010-03-19 16:32:06 +0400
commit8728c50daaec754e7635529c04f0dafd58d71644 (patch)
treee004eca08ea9fac7bfd25dffa17f5ffdbe486591 /extra/pygtk/Pkgfile
parent94692a3c9c6c4a3b3ea3afa1f7541843ed17af5f (diff)
downloadnutyx-extra-8728c50daaec754e7635529c04f0dafd58d71644.tar.gz
nutyx-extra-8728c50daaec754e7635529c04f0dafd58d71644.tar.bz2
nutyx-extra-8728c50daaec754e7635529c04f0dafd58d71644.tar.xz
nutyx-extra-8728c50daaec754e7635529c04f0dafd58d71644.zip
ajout de pygtk#2.17.0-1
Diffstat (limited to 'extra/pygtk/Pkgfile')
-rw-r--r--extra/pygtk/Pkgfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/pygtk/Pkgfile b/extra/pygtk/Pkgfile
index 302e3408d..ab764fd77 100644
--- a/extra/pygtk/Pkgfile
+++ b/extra/pygtk/Pkgfile
@@ -1,18 +1,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
+# Packager: skingrapher at legtux dot org
# Depends on: gtk, pygobject, pycairo, libglade
name=pygtk
-version=2.16.0
+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
+ ./configure --prefix=/usr --enable-numpy
make
make DESTDIR=$PKG install
install -m644 gtk/gtk-extrafuncs.defs $PKG/usr/share/pygtk/2.0/defs/