Skip to content

Commit

Permalink
dev-cpp/antlr-cpp: install CXX headers in /usr/include instead of /us…
Browse files Browse the repository at this point in the history
…r/include/antlr3.

Package-Manager: portage-2.3.0
  • Loading branch information
monsieurp committed Dec 20, 2016
1 parent a4e5b7c commit 689a911
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions dev-cpp/antlr-cpp/antlr-cpp-3.5.2-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 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}"

src_install() {
doheader "${S}"/runtime/Cpp/include/*
}

0 comments on commit 689a911

Please sign in to comment.