shithub: aubio

ref: 1e7a8f938c0259f0555b3b21d75333cee052e52b
dir: /python.old/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)