summaryrefslogtreecommitdiff
path: root/ros-meta/perception_pcl/perception_pcl-1.5.4.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-07 13:16:39 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-07 13:16:39 +0100
commite91a1aaa5ec8fab37f0fd082ac6024d41c6651e2 (patch)
treeee7587dfd365faadd9b297d595c31368bf94f9ca /ros-meta/perception_pcl/perception_pcl-1.5.4.ebuild
parent2d446203bcf1a0db08e99abca43513d246dfa73d (diff)
gentoo resync : 07.04.2018
Diffstat (limited to 'ros-meta/perception_pcl/perception_pcl-1.5.4.ebuild')
-rw-r--r--ros-meta/perception_pcl/perception_pcl-1.5.4.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/ros-meta/perception_pcl/perception_pcl-1.5.4.ebuild b/ros-meta/perception_pcl/perception_pcl-1.5.4.ebuild
new file mode 100644
index 000000000000..48d0c60e3ead
--- /dev/null
+++ b/ros-meta/perception_pcl/perception_pcl-1.5.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros-perception/perception_pcl"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="PCL (Point Cloud Library) ROS interface stack"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ dev-ros/pcl_ros
+"
+DEPEND="${RDEPEND}"