osx: Cleanup the bundle script

This commit is contained in:
Alexander Kojevnikov 2013-02-23 19:43:57 -08:00
parent 227fea7940
commit 0e0833e157
2 changed files with 4 additions and 6 deletions

5
dist/osx/README.md vendored
View File

@ -34,11 +34,6 @@ Download and build FFmpeg, example configure flags:
--enable-libopus
make && make install
Clone and build Spek, example configure flags:
PKG_CONFIG_PATH=$HOME/usr/lib/pkgconfig CXX=/opt/local/bin/g++-mp-4.7
./autogen.sh --with-wx-config=$HOME/usr/bin/wx-config
Bundle Spek:
./dist/osx/bundle.sh

5
dist/osx/bundle.sh vendored
View File

@ -6,7 +6,10 @@ LANGUAGES="cs da de eo es fr it ja nb nl pl pt_BR ru sv tr uk vi zh_CN zh_TW"
cd $(dirname $0)/../..
rm -f src/spek
make || exit 1
PKG_CONFIG_PATH=$INSTALL_PATH/lib/pkgconfig CXX=/opt/local/bin/g++-mp-4.7 \
./autogen.sh --with-wx-config=$INSTALL_PATH/bin/wx-config \
&& make || exit 1
strip src/spek
upx src/spek