Ticket #19190: x_wxP_mpsubs.sh

File x_wxP_mpsubs.sh, 320 bytes (added by jyrkiwahlstedt, 9 years ago)

pack the correct dictionary this time

Line 
1#! /bin/bash
2wxVer=$1
3if [ $# -ne 1 ]; then
4  echo "usage: $0 wxPython_version"
5  exit 1
6fi
7wxDir=wxPython-src-$wxVer
8tar -xjf $wxDir.tar.bz2
9mkdir -p wxPython/i_files
10cp $wxDir/wxPython/include/wx/wxPython/* wxPython
11cp $wxDir/wxPython/src/*.i wxPython/i_files
12tar -cjf wxPython-$wxVer-MacPorts-subset.tar.bz2 wxPython