* Added wxPython.

svn path=/nixpkgs/trunk/; revision=795
This commit is contained in:
Eelco Dolstra
2004-02-17 19:19:26 +00:00
parent 057ad6798c
commit 9261c1eaa5
3 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#! /bin/sh -e
buildinputs="$wxGTK $python $pkgconfig $gtk"
. $stdenv/setup
tar xvfz $src
cd wxPythonSrc-*/wxPython
python setup.py WXPORT=gtk2 BUILD_GLCANVAS=0 BUILD_OGL=0 build install --prefix=$out