audio_common_msgs-0.2.7.ebuild 410 B

1234567891011121314151617181920
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. ROS_REPO_URI="https://github.com/ros-drivers/audio_common"
  5. KEYWORDS="~amd64 ~arm"
  6. ROS_SUBDIR=${PN}
  7. CATKIN_HAS_MESSAGES=yes
  8. PYTHON_COMPAT=( python{2_7,3_4} )
  9. inherit ros-catkin
  10. DESCRIPTION="Messages for transmitting audio via ROS"
  11. LICENSE="BSD"
  12. SLOT="0"
  13. IUSE=""
  14. RDEPEND=""
  15. DEPEND="${RDEPEND}"