Install this version:
emerge -a =games-action/netrek-cow-3.3.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-action/netrek-cow-3.3.2
Or alternatively:
emerge --autounmask-write -a =games-action/netrek-cow-3.3.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.3.2 | 8 | ~amd64 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools flag-o-matic
DESCRIPTION="cow client for netrek"
HOMEPAGE="https://netrek.org"
SRC_URI="https://github.com/quozl/netrek-client-cow/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/netrek-client-cow-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
# upstream has a file named check that is unrelated to tests
RESTRICT="test"
RDEPEND="
media-libs/imlib2
media-libs/libsdl
media-libs/sdl-mixer
x11-base/xorg-proto
x11-libs/libX11
x11-libs/libXxf86vm
x11-libs/libXmu
"
DEPEND="
${RDEPEND}
"
src_prepare() {
default
./autogen.sh
eautoreconf
}
src_configure() {
# Incompatible function declarations under C23. Bug #945213
append-cflags -std=gnu17
default
}
src_install() {
dobin netrek-client-cow
}
PATCHES=(
"${FILESDIR}/${P}-autoupdate.patch"
)
media-libs/imlib2 media-libs/libsdl media-libs/sdl-mixer x11-base/xorg-proto x11-libs/libX11 x11-libs/libXxf86vm x11-libs/libXmu
media-libs/imlib2 media-libs/libsdl media-libs/sdl-mixer x11-base/xorg-proto x11-libs/libX11 x11-libs/libXxf86vm x11-libs/libXmu
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | netrek-cow-3.3.2.tar.gz | 2630673 bytes | https://github.com/quozl/netrek-client-cow/archive/3.3.2.tar.gz |