summaryrefslogtreecommitdiffstats
path: root/gnome-python-extras/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-python-extras/Pkgfile')
-rw-r--r--gnome-python-extras/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/gnome-python-extras/Pkgfile b/gnome-python-extras/Pkgfile
new file mode 100644
index 0000000..85581dd
--- /dev/null
+++ b/gnome-python-extras/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Interface Python pour les librairies ne faisant pas partie de la platfome de base
+# URL: http://ftp.gnome.org
+# Maintainer: NuTyX GNOME team
+# Packager: fanch
+# Depends on: gnome-python, gtkspell
+# Run on: gnome-python,gtkspell
+
+name=gnome-python-extras
+version=2.25.3
+release=2
+source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+
+