shithub: aubio

ref: 3f3b175497de9c6e78ac6ba848d38e52801cbab0
dir: /build.sh/

View raw version
python waf configure --prefix=$PREFIX
python waf build
python waf install
pushd python/
python setup.py build
python setup.py install
popd