gentoo/dev-cpp/antlr-cpp/antlr-cpp-3.5.2.ebuild
Robin H. Johnson 61b861acd7
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2017-02-28 11:50:50 -08:00

23 lines
511 B
Bash

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
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/*
}