summaryrefslogtreecommitdiffstats
path: root/gnome/gnome-python-extras/Pkgfile
diff options
context:
space:
mode:
authorFrançois Visdeloup <fanchyannmaria at orange dot fr>2009-11-22 21:51:53 +0100
committerFrançois Visdeloup <fanchyannmaria at orange dot fr>2009-11-22 21:51:53 +0100
commit4158c42029fcca47cb339a8b56b92de713dce89a (patch)
treee1b861a412beff78c5da10b1e158f502cff35aaf /gnome/gnome-python-extras/Pkgfile
parent3bb094353ecc414272d7d45801cb0ac48e5757a1 (diff)
downloadnutyx-extra-4158c42029fcca47cb339a8b56b92de713dce89a.tar.gz
nutyx-extra-4158c42029fcca47cb339a8b56b92de713dce89a.tar.bz2
nutyx-extra-4158c42029fcca47cb339a8b56b92de713dce89a.tar.xz
nutyx-extra-4158c42029fcca47cb339a8b56b92de713dce89a.zip
Ajout de gnome-python-extras#2.25.3
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
+}
+
+