diff options
author | tnut <tnut at nutyx dot com> | 2012-01-08 12:25:45 +0100 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2012-01-08 12:25:45 +0100 |
commit | 364eb3f4561747275c1649fda3fd60c1c16632f9 (patch) | |
tree | f65644af8e9a76e84cc48e97cee5ae22fcbd6575 /extra/pygtk/Pkgfile | |
parent | 9291e062cb24bac5d7c7059d4dc64669c1917b33 (diff) | |
download | nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.gz nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.bz2 nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.xz nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.zip |
Suppression des ports extra
Diffstat (limited to 'extra/pygtk/Pkgfile')
-rw-r--r-- | extra/pygtk/Pkgfile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/extra/pygtk/Pkgfile b/extra/pygtk/Pkgfile deleted file mode 100644 index e1f3258c8..000000000 --- a/extra/pygtk/Pkgfile +++ /dev/null @@ -1,26 +0,0 @@ -# Description: Permet l'implémentation de code python dans des applications utilisant gtk -# URL: http://www.pygtk.org/ -# Maintainer: NuTyX core team -# Packager: skingrapher at legtux dot org -# Depends on: gtk, pygobject, py2cairo, libglade -# Run on: gtk,pygobject,py2cairo,libglade - -name=pygtk -version=2.24.0 -release=1 -source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2 - python27.patch) - -build() { - cd $name-$version - patch -Np1 -i ../python27.patch - - PYTHON=python2 ./configure --prefix=/usr --enable-numpy - make - make DESTDIR=$PKG install - - sed -i -e 's#env python$#env python2#' $PKG/usr/lib/pygtk/2.0/{,demos/}*.py - install -m644 gtk/gtk-extrafuncs.defs $PKG/usr/share/pygtk/2.0/defs/ - rm -rf $PKG/usr/share/gtk-doc -} - |