Files
gentoo/dev-ros/rqt_gui_cpp/rqt_gui_cpp-0.2.14.ebuild
Alexis Ballier b89ae8e2a2 dev-ros/rqt_gui_cpp: Initial import. Ebuild by me.
Package-Manager: portage-2.2.21
2015-09-23 12:12:09 +02:00

27 lines
473 B
Bash

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
ROS_REPO_URI="https://github.com/ros-visualization/rqt"
KEYWORDS="~amd64"
ROS_SUBDIR=${PN}
inherit ros-catkin
DESCRIPTION="Enables GUI plugins to use the C++ client library for ROS"
LICENSE="BSD"
SLOT="0"
IUSE=""
RDEPEND="
dev-qt/qtgui:4
dev-qt/qtcore:4
dev-ros/qt_gui_cpp
dev-ros/qt_gui
dev-ros/roscpp
dev-ros/nodelet
"
DEPEND="${RDEPEND}"