diff options
author | 2016-12-12 12:06:35 +0100 | |
---|---|---|
committer | 2016-12-12 12:07:12 +0100 | |
commit | 774e50789bf3506a2cf7237bff3358ea75e548a5 (patch) | |
tree | d7f9a9f52151a2e529a218739bbae7492d18c19f /dev-cpp/antlr-cpp/antlr-cpp-3.5.2.ebuild | |
parent | dev-vcs/git: Stable for amd64 and x86 (bug #601984). (diff) | |
download | gentoo-774e50789bf3506a2cf7237bff3358ea75e548a5.tar.gz gentoo-774e50789bf3506a2cf7237bff3358ea75e548a5.tar.bz2 gentoo-774e50789bf3506a2cf7237bff3358ea75e548a5.zip |
dev-cpp/antlr-cpp: version bump.
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-cpp/antlr-cpp/antlr-cpp-3.5.2.ebuild')
-rw-r--r-- | dev-cpp/antlr-cpp/antlr-cpp-3.5.2.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-cpp/antlr-cpp/antlr-cpp-3.5.2.ebuild b/dev-cpp/antlr-cpp/antlr-cpp-3.5.2.ebuild new file mode 100644 index 000000000000..24195f44eb2b --- /dev/null +++ b/dev-cpp/antlr-cpp/antlr-cpp-3.5.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ +EAPI=6 + +MY_PN="${PN%-cpp}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="The ANTLR 3 C++ Runtime" +HOMEPAGE="http://www.antlr3.org/" +SRC_URI="https://github.com/${MY_PN}/${MY_PN}3/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="BSD" +SLOT="3.5" +KEYWORDS="~amd64 ~x86" + +S="${WORKDIR}/${MY_PN}3-${PV}" + +RDEPEND="!dev-java/antlr:0[cxx]" + +src_install() { + insinto /usr/include/antlr3 + doins "${S}"/runtime/Cpp/include/* +} |