shithub: aubio

ref: a4ec189f8fd69609f230d4ebfbd6a7e5e73bdfee
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)