diff options
Diffstat (limited to 'dev-ros/mavlink-gbp-release/mavlink-gbp-release-2016.7.7-r1.ebuild')
-rw-r--r-- | dev-ros/mavlink-gbp-release/mavlink-gbp-release-2016.7.7-r1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-ros/mavlink-gbp-release/mavlink-gbp-release-2016.7.7-r1.ebuild b/dev-ros/mavlink-gbp-release/mavlink-gbp-release-2016.7.7-r1.ebuild new file mode 100644 index 000000000000..fc83542e2d38 --- /dev/null +++ b/dev-ros/mavlink-gbp-release/mavlink-gbp-release-2016.7.7-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +ROS_REPO_URI="https://github.com/mavlink/mavlink-gbp-release" +VER_PREFIX=release/kinetic/mavlink/ +VER_SUFFIX=-${PV#*_p} +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python2_7 ) + +inherit ros-catkin + +EGIT_BRANCH="release/kinetic/mavlink" +DESCRIPTION="MAVLink message marshaling library" +LICENSE="LGPL-3" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" +S="${WORKDIR}/${PN}-${EGIT_BRANCH//\//-}" +PATCHES=( "${FILESDIR}/gentoo.patch" ) |