hardware_interface-0.11.0.ebuild 376 B

12345678910111213141516171819
  1. # Copyright 1999-2016 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="Hardware Interface base class"
  9. LICENSE="BSD"
  10. SLOT="0"
  11. IUSE=""
  12. RDEPEND="dev-ros/roscpp"
  13. DEPEND="${RDEPEND}
  14. test? ( dev-cpp/gtest )"