[DEV] add basic catkin

This commit is contained in:
2015-03-12 21:33:44 +01:00
parent 893cf1d5c0
commit ec4eae4242
4 changed files with 171 additions and 0 deletions

17
catkin/package.xml Normal file
View File

@@ -0,0 +1,17 @@
<?xml version="1.0"?>
<package>
<name>river</name>
<version>0.3.0</version>
<description>Ewol River Intrerface : Is to multiple acces on different format on Audio IO</description>
<maintainer email="yui.heero@gmail.com">Edouard DUPIN</maintainer>
<license>Apache-2.0</license>
<build_depend>drain</build_depend>
<build_depend>audio</build_depend>
<build_depend>ejson</build_depend>
<build_depend>airtaudio</build_depend>
<buildtool_depend>catkin</buildtool_depend>
<run_depend>drain</run_depend>
<run_depend>audio</run_depend>
<run_depend>ejson</run_depend>
<run_depend>airtaudio</run_depend>
</package>