python/aubio: update
authorPaul Brossier <piem@piem.org>
Mon, 9 Jul 2012 22:36:48 +0000 (15:36 -0700)
committerPaul Brossier <piem@piem.org>
Mon, 9 Jul 2012 22:36:48 +0000 (15:36 -0700)
python/aubio/wscript_build

index e3bb3e5f8f3a6ec047f02a420b7c951ca1e79081..9fc1ddb67cb22350588297cc91a9ffe3b0ee2102 100644 (file)
@@ -1,5 +1,7 @@
+# vim:set syntax=python:
+
 pyaubio = bld.new_task_gen(name = 'python-aubio', 
-  features = 'cc cshlib pyext', 
+  features = 'c cshlib pyext',
   source = '../../swig/aubio.i',
   add_objects = 'sndfileio',
   target = '_aubiowrapper',
@@ -10,7 +12,6 @@ pyaubio = bld.new_task_gen(name = 'python-aubio',
 pyaubio.install_path = '${PYTHONDIR}/${PACKAGE}'
 
 # install python files 
-for file in bld.path.ant_glob('**/*.py').split():
-  bld.install_as('${PYTHONDIR}/${PACKAGE}/' + file, file)
+bld.install_files('${PYTHONDIR}/${PACKAGE}/', bld.path.ant_glob('**/*.py'))
 # install swig generated python file
 bld.install_files('${PYTHONDIR}/${PACKAGE}/', '../../swig/aubiowrapper.py')