summaryrefslogtreecommitdiffstats
path: root/extra/pygtk/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-12 20:39:59 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-12 20:39:59 +0200
commit6710d61a81363b9f7485e78440d0188addb72a48 (patch)
tree559eb25ae40574988045e5e01fb2ca8bd037cb98 /extra/pygtk/Pkgfile
parent9f16c0ab81a41c352b1f6074db9f0dd5e7d6b611 (diff)
downloadnutyx-pakxe-6710d61a81363b9f7485e78440d0188addb72a48.tar.gz
nutyx-pakxe-6710d61a81363b9f7485e78440d0188addb72a48.tar.bz2
nutyx-pakxe-6710d61a81363b9f7485e78440d0188addb72a48.tar.xz
nutyx-pakxe-6710d61a81363b9f7485e78440d0188addb72a48.zip
Ajout pygtk#2.14.1-1
Diffstat (limited to 'extra/pygtk/Pkgfile')
-rw-r--r--extra/pygtk/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/pygtk/Pkgfile b/extra/pygtk/Pkgfile
new file mode 100644
index 000000000..8eb8e9aa3
--- /dev/null
+++ b/extra/pygtk/Pkgfile
@@ -0,0 +1,20 @@
+# 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, pygobject, pycairo, libglade
+
+name=pygtk
+version=2.14.1
+release=1
+source=(http://ftp.gnome.org/pub/gnome/sources/$name/2.14/$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
+ 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
+}