diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-17 20:52:42 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-17 20:52:42 +0100 |
commit | 9b9959833b28542097cb5f3fbcd493b4100e2439 (patch) | |
tree | b95379dc35466ce898a913feee28487b6ed76539 /extra/wxpython/Pkgfile | |
parent | 9a0375b331c4cfd89f07ae01b4dfbe454b4d9114 (diff) | |
download | nutyx-pakxe-9b9959833b28542097cb5f3fbcd493b4100e2439.tar.gz nutyx-pakxe-9b9959833b28542097cb5f3fbcd493b4100e2439.tar.bz2 nutyx-pakxe-9b9959833b28542097cb5f3fbcd493b4100e2439.tar.xz nutyx-pakxe-9b9959833b28542097cb5f3fbcd493b4100e2439.zip |
wxpython dans ouvert
Diffstat (limited to 'extra/wxpython/Pkgfile')
-rw-r--r-- | extra/wxpython/Pkgfile | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/extra/wxpython/Pkgfile b/extra/wxpython/Pkgfile deleted file mode 100644 index 97a04bb19..000000000 --- a/extra/wxpython/Pkgfile +++ /dev/null @@ -1,41 +0,0 @@ -# Description: Boîte à outils graphiique wxWidgets pour Python. -# URL: http://www.wxpython.org -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: wxgtk -# Run on: wxgtk - -name=wxpython -version=2.8.9.2 -release=1 -source=( http://switch.dl.sourceforge.net/sourceforge/$name/wxPython-src-$version.tar.bz2 \ - editra-ebmlib.diff) - -build() { - cd wxPython-src-$version/wxPython - patch -Np2 -i $SRC/editra-ebmlib.diff - install -d $PKG/usr - export \ - CFLAGS="$CFLAGS -fno-strict-aliasing" \ - CXXFLAGS="$CXXFLAGS -fno-strict-aliasing" - - python2 setup.py \ - WXPORT=gtk2 \ - UNICODE=1 \ - BUILD_GLCANVAS=1 \ - build install --root=$PKG - find $PKG -type f \ - \( \ - -name 'AUTHORS' \ - -o -name 'COPYING' \ - -o -name 'INSTALL' \ - -o -name 'NEWS' \ - -o -name 'THANKS' \ - -o -name 'TODO' \ - -o -name 'TODO.txt' \ - -o -name 'README' \ - -o -name 'README.txt' \ - \) -delete - -} - |