Install this version:
emerge -a =games-board/atakks-1.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-board/atakks-1.0
Or alternatively:
emerge --autounmask-write -a =games-board/atakks-1.0
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit desktop toolchain-funcs
DESCRIPTION="Clone of Ataxx"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
SRC_URI="
mirror://gentoo/${P}.tar.gz
https://distfiles.gentoo.org/pub/dev/ionen@gentoo.org/${PN}.png"
S="${WORKDIR}/${PN}_${PV}"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="media-libs/libsdl[video]"
DEPEND="${RDEPEND}"
PATCHES=(
"${FILESDIR}"/${PV}-warnings.patch
"${FILESDIR}"/${P}-as-needed.patch
)
src_prepare() {
default
sed -i "/LoadBMP/s|\"|\"${EPREFIX}/usr/share/${PN}/|" main.c || die
}
src_compile() {
tc-export CC
emake E_CFLAGS="${CFLAGS}"
}
src_install() {
dobin ${PN}
insinto /usr/share/${PN}
doins *.bmp
einstalldocs
doicon "${DISTDIR}"/${PN}.png
make_desktop_entry ${PN} Atakks
}
| Mirror Name | URLs |
|---|---|
| gentoo |
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | atakks-1.0.tar.gz | 62464 bytes | mirror://gentoo/atakks-1.0.tar.gz |
| DIST | atakks.png | 5084 bytes | https://distfiles.gentoo.org/pub/dev/ionen@gentoo.org/atakks.png |