summaryrefslogtreecommitdiffstats
path: root/gnome/gnome-python-extras/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'gnome/gnome-python-extras/Pkgfile')
-rw-r--r--gnome/gnome-python-extras/Pkgfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/gnome/gnome-python-extras/Pkgfile b/gnome/gnome-python-extras/Pkgfile
deleted file mode 100644
index e874fd88c..000000000
--- a/gnome/gnome-python-extras/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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, gtkspell
-# Run on: gnome-python,gtkspell
-
-name=gnome-python-extras
-version=2.25.3
-release=2
-source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)
-
-build() {
- cd $name-$version
- ./configure --prefix=$GNOME_PREFIX
- make
- make DESTDIR=$PKG install
-}
-
-