Install this version:
emerge -a =games-board/awale-1.6
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-board/awale-1.6
Or alternatively:
emerge --autounmask-write -a =games-board/awale-1.6
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools desktop
DESCRIPTION="Free Awale - The game of all Africa"
HOMEPAGE="https://www.nongnu.org/awale/"
SRC_URI="mirror://nongnu/awale/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gui"
RDEPEND="gui? ( dev-lang/tk )"
PATCHES=(
"${FILESDIR}"/${PN}-1.6-getopt.patch
)
src_prepare() {
# requires too old automake otherwise
default
eautoreconf
}
src_install() {
if use gui; then
emake -j1 DESTDIR="${D}" install #799107
fperms +x /usr/share/${PN}/xawale.tcl
doicon src/awale.png
make_desktop_entry xawale "Free Awale"
rm "${ED}"/usr/share/applications/awale.desktop || die
else
dobin src/awale
doman man/awale.6
fi
einstalldocs
}
Manage flags for this package:
euse -i <flag> -p games-board/awale |
euse -E <flag> -p games-board/awale |
euse -D <flag> -p games-board/awale
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | awale-1.6.tar.gz | 490881 bytes | mirror://nongnu/awale/awale-1.6.tar.gz |