shithub: aubio

ref: db8000e44f4ab4e150738d91f3d02f5bf7c1e4ec
dir: /python/wscript_build/

View raw version
# vim:set syntax=python:

ctx.add_subdirs('aubio')
# install headers
for file in ['aubiocut', 'aubiopitch']:
  ctx.install_as('${PREFIX}/bin/' + file, file, chmod = 0755)