games-action/koth - 0.8.0 (gentoo)

Search

Install

Install this version:

emerge -a =games-action/koth-0.8.0

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

autounmask =games-action/koth-0.8.0

Or alternatively:

emerge --autounmask-write -a =games-action/koth-0.8.0

Package Information

Description:
Multiplayer, networked game of little tanks with really big weapons
Homepage:
https://www.nongnu.org/koth/
License:
GPL-2

Ebuild Details

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

EAPI=8

inherit autotools

DESCRIPTION="Multiplayer, networked game of little tanks with really big weapons"
HOMEPAGE="https://www.nongnu.org/koth/"
SRC_URI="https://savannah.nongnu.org/download/${PN}/default.pkg/${PV}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="media-libs/libggi"
RDEPEND="${DEPEND}"

PATCHES=(
	"${FILESDIR}"/${P}-autotools.patch
	"${FILESDIR}"/${P}-gcc.patch
	"${FILESDIR}"/${P}-lto.patch
)

src_prepare() {
	default

	eautoreconf
}

src_install() {
	default
	dodoc doc/*.txt

	insinto /etc/koth
	doins src/koth.cfg
}

Inherited Eclasses

Dependencies

DEPEND

media-libs/libggi

RDEPEND

media-libs/libggi

Manifest for 0.8.0

Type File Size Source URLs
DIST koth-0.8.0.tar.bz2 140569 bytes https://savannah.nongnu.org/download/koth/default.pkg/0.8.0/koth-0.8.0.tar.bz2