shithub: aubio

ref: 64b8dcc9adbcda33e23daf0202a472172e82cc71
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