summaryrefslogtreecommitdiffstats
path: root/gnome/gnome-python-extras/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-22 22:58:47 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-22 22:58:47 +0100
commit579ef54c9f22aba2e0efabb059386ef460419237 (patch)
treeef20f1a180f7d8ec398c2200475ed3574cb61429 /gnome/gnome-python-extras/Pkgfile
parent4821c5cb3fbd94cfce1cf22d6704ac8337a68347 (diff)
parent1766ee80f3e3722fa1bf5a9c967f754f47d116a2 (diff)
downloadnutyx-extra-579ef54c9f22aba2e0efabb059386ef460419237.tar.gz
nutyx-extra-579ef54c9f22aba2e0efabb059386ef460419237.tar.bz2
nutyx-extra-579ef54c9f22aba2e0efabb059386ef460419237.tar.xz
nutyx-extra-579ef54c9f22aba2e0efabb059386ef460419237.zip
Merge commit 'fanch/master'
Diffstat (limited to 'gnome/gnome-python-extras/Pkgfile')
-rw-r--r--gnome/gnome-python-extras/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/gnome/gnome-python-extras/Pkgfile b/gnome/gnome-python-extras/Pkgfile
new file mode 100644
index 000000000..52bd84b9c
--- /dev/null
+++ b/gnome/gnome-python-extras/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Interface Python pour les librairies ne faisant pas partie de la platfome de base
+# URL: http://ftp.gnome.org
+# Maintainer: NuTyX core team
+# Packager: fanch
+# Depends on: gnome-python
+
+name=gnome-python-extras
+version=2.25.3
+release=1
+source=(http://ftp.gnome.org/pub/gnome/sources/gnome-python-extras/2.25/gnome-python-extras-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+
+