Copy of osx-environment at 9993042d6
[windows-environment.git] / Scripts / rubberband.sh
1 #!/bin/bash -e
2
3 set -e
4
5 tar xjf $CBS_ARCHIVES/rubberband-1.8.1.tar.bz2
6 cd rubberband-1.8.1
7 patch -p0 < $CBS_PATCHES/rubberband.patch
8 make $CBS_PARALLEL -f Makefile.osx static
9 make -f Makefile.osx install
10