Skip to content

Commit

Permalink
dev-java/byaccj: EAPI 7 bump.
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/724238

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Volkmar W. Pogatzki <[email protected]>
Closes: gentoo#16191
Signed-off-by: Patrice Clement <[email protected]>
  • Loading branch information
vaukai authored and monsieurp committed Jun 21, 2020
1 parent 2674d8d commit 9a5b5df
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions dev-java/byaccj/byaccj-1.15-r2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit toolchain-funcs

DESCRIPTION="A java extension of BSD YACC-compatible parser generator"
HOMEPAGE="http://byaccj.sourceforge.net/"
MY_P="${PN}${PV}_src"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos"
IUSE=""

S="${WORKDIR}/${PN}${PV}"

src_compile() {
cp "${FILESDIR}/Makefile" src/Makefile || die
emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" CFLAGS="${CFLAGS}" -C src linux
}

src_install() {
newbin src/yacc.linux "${PN}"
dodoc docs/ACKNOWLEDGEMEN
}

0 comments on commit 9a5b5df

Please sign in to comment.