diff options
author | Alexis Ballier <aballier@gentoo.org> | 2018-01-07 07:56:44 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2018-01-07 07:56:44 +0100 |
commit | 5b67a7d1820a12bc4df5dc3a8c6ab0186921371f (patch) | |
tree | 5b6d59b534c882953495d8a6053ef50eea1894b9 /sci-libs/ignition-math/ignition-math-4.0.0.ebuild | |
parent | dev-util/ignition-cmake: initial import (diff) | |
download | gentoo-5b67a7d1820a12bc4df5dc3a8c6ab0186921371f.tar.gz gentoo-5b67a7d1820a12bc4df5dc3a8c6ab0186921371f.tar.bz2 gentoo-5b67a7d1820a12bc4df5dc3a8c6ab0186921371f.zip |
sci-libs/ignition-math: Bump to 4.0.0
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sci-libs/ignition-math/ignition-math-4.0.0.ebuild')
-rw-r--r-- | sci-libs/ignition-math/ignition-math-4.0.0.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sci-libs/ignition-math/ignition-math-4.0.0.ebuild b/sci-libs/ignition-math/ignition-math-4.0.0.ebuild new file mode 100644 index 000000000000..423c6ac865d2 --- /dev/null +++ b/sci-libs/ignition-math/ignition-math-4.0.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit cmake-multilib vcs-snapshot flag-o-matic + +DESCRIPTION="A small, fast, and high performance math library for robot applications" +HOMEPAGE="http://ignitionrobotics.org/libraries/math" +SRC_URI="https://bitbucket.org/ignitionrobotics/ign-math/get/${PN}4_${PV}.tar.bz2" + +LICENSE="Apache-2.0" +SLOT="4/4" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-util/ignition-cmake[${MULTILIB_USEDEP}]" +S="${WORKDIR}/${PN}4_${PV}" +CMAKE_BUILD_TYPE=RelWithDebInfo |