transmission_interface-0.10.1.ebuild 440 B

123456789101112131415161718192021222324
  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-controls/ros_control"
  5. KEYWORDS="~amd64"
  6. ROS_SUBDIR=${PN}
  7. inherit ros-catkin
  8. DESCRIPTION="Transmission Interface"
  9. LICENSE="BSD"
  10. SLOT="0"
  11. IUSE=""
  12. RDEPEND="
  13. dev-ros/hardware_interface
  14. dev-ros/pluginlib
  15. dev-ros/resource_retriever
  16. dev-ros/roscpp
  17. dev-libs/tinyxml
  18. "
  19. DEPEND="${RDEPEND}"