summaryrefslogtreecommitdiffstats
path: root/gnome/gnome-python/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'gnome/gnome-python/Pkgfile')
-rw-r--r--gnome/gnome-python/Pkgfile19
1 files changed, 0 insertions, 19 deletions
diff --git a/gnome/gnome-python/Pkgfile b/gnome/gnome-python/Pkgfile
deleted file mode 100644
index 19fcd7a61..000000000
--- a/gnome/gnome-python/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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, libgnomeui
-# Run on: pygtk,pyorbit,libgnomecanvas,libbonoboui,libgnomeui
-
-name=gnome-python
-version=2.28.1
-release=1
-source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
- rm -r $PKG/usr/share/gtk-doc
-}