games-action/netrek-brmh - 2.6.1 (guru)

Search

Install

Install this version:

emerge -a =games-action/netrek-brmh-2.6.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =games-action/netrek-brmh-2.6.1

Or alternatively:

emerge --autounmask-write -a =games-action/netrek-brmh-2.6.1

Package Information

Description:
brmh client for netrek
Homepage:
https://netrek.org
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
2.6.1 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
inherit toolchain-funcs flag-o-matic

DESCRIPTION="brmh client for netrek"
HOMEPAGE="https://netrek.org"
SRC_URI="https://github.com/bgloyer/netrek-client-brmh/archive/v${PV}.tar.gz -> ${P}.tar.gz"

S="${WORKDIR}/netrek-client-brmh-${PV}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	x11-base/xorg-proto
	x11-libs/libX11
	x11-libs/libXmu
"
DEPEND="
	${RDEPEND}
"
BDEPEND="
	x11-misc/imake
	x11-misc/gccmakedep
"

src_configure() {
	xmkmf || die
	emake depend \
		CC="$(tc-getCC)" \
		CDEBUGFLAGS="${CFLAGS}" \
		LOCAL_LDFLAGS="${LDFLAGS}"
}

src_compile() {
	append-cflags -Wno-error=incompatible-pointer-types
	emake \
		CC="$(tc-getCC)" \
		CDEBUGFLAGS="${CFLAGS}" \
		LOCAL_LDFLAGS="${LDFLAGS}"
}

src_install() {
	dobin netrek
}

Inherited Eclasses

Dependencies

DEPEND

	
	x11-base/xorg-proto
	x11-libs/libX11
	x11-libs/libXmu

RDEPEND

	x11-base/xorg-proto
	x11-libs/libX11
	x11-libs/libXmu

BDEPEND

	x11-misc/imake
	x11-misc/gccmakedep

Manifest for 2.6.1

Type File Size Source URLs
DIST netrek-brmh-2.6.1.tar.gz 294789 bytes https://github.com/bgloyer/netrek-client-brmh/archive/v2.6.1.tar.gz