games-board/awale - 1.6 (gentoo)

Search

Install

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

Package Information

Description:
Free Awale - The game of all Africa
Homepage:
https://www.nongnu.org/awale/
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
1.6 8 ~amd64 ~x86 0
View Raw Ebuild
# 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
}

USE Flags

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

Global/Standard Flags

gui

Inherited Eclasses

Applicable Mirrors

Mirror Name URLs
nongnu

Dependencies

RDEPEND

gui? ( dev-lang/tk )

Manifest for 1.6

Type File Size Source URLs
DIST awale-1.6.tar.gz 490881 bytes mirror://nongnu/awale/awale-1.6.tar.gz