summaryrefslogtreecommitdiffstats
path: root/gnome/gnome-python/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 20:41:28 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 20:41:28 +0100
commit39f14cf775a57f888e10e558f3997db5eb494022 (patch)
tree9a427fe2af53c90b3e32b86ef3671e40edcda947 /gnome/gnome-python/Pkgfile
parent32c79fc4889e75286a0721d3b15cc933163ab9dd (diff)
downloadnutyx-pakxe-39f14cf775a57f888e10e558f3997db5eb494022.tar.gz
nutyx-pakxe-39f14cf775a57f888e10e558f3997db5eb494022.tar.bz2
nutyx-pakxe-39f14cf775a57f888e10e558f3997db5eb494022.tar.xz
nutyx-pakxe-39f14cf775a57f888e10e558f3997db5eb494022.zip
Ajout de gnome-python#2.26.1-1
Diffstat (limited to 'gnome/gnome-python/Pkgfile')
-rw-r--r--gnome/gnome-python/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/gnome/gnome-python/Pkgfile b/gnome/gnome-python/Pkgfile
new file mode 100644
index 000000000..ae53fe209
--- /dev/null
+++ b/gnome/gnome-python/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Modules Python pour gnome
+# URL: http://www.gnome.org/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: pygtk, pyorbit, libgnomecanvas, libbonoboui
+
+name=gnome-python
+version=2.26.1
+release=1
+group=gnome
+source=(http://ftp.gnome.org/pub/gnome/sources/$name/2.26/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+ rm -r $PKG/usr/share/gtk-doc
+}