games-mud/powwow - 1.2.23 (gentoo)

Search

Package Information

Description:
PowWow Console MUD Client
Homepage:
https://www.hoopajoo.net/projects/powwow.html
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.2.23 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 flag-o-matic

DESCRIPTION="PowWow Console MUD Client"
HOMEPAGE="https://www.hoopajoo.net/projects/powwow.html"
SRC_URI="https://www.hoopajoo.net/static/projects/${P}.tar.gz"

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

BDEPEND="virtual/pkgconfig"
DEPEND="sys-libs/ncurses:0="
RDEPEND="${DEPEND}"

PATCHES=(
	"${FILESDIR}"/${PN}-1.2.22-linking.patch
	"${FILESDIR}"/${PN}-1.2.22-musl-termios.patch
)

src_prepare() {
	default

	# note that that the extra, seemingly-redundant files installed are
	# actually used by in-game help commands
	sed -i \
		-e "s/pkgdata_DATA = powwow.doc/pkgdata_DATA = /" \
		Makefile.am || die

	eautoreconf
}

src_configure() {
	# https://bugs.gentoo.org/944372
	append-cflags -std=gnu17

	econf --includedir="${EPREFIX}"/usr/include
}

src_install() {
	local DOCS=( Hacking powwow.doc powwow.help README.* TODO )
	# Prepend doc/
	DOCS=( ${DOCS[@]/#/doc\//} )
	# Add in the root items
	DOCS+=( ChangeLog NEWS )

	default
}

Dependencies

DEPEND

sys-libs/ncurses:0=

RDEPEND

sys-libs/ncurses:0=

BDEPEND

virtual/pkgconfig

Manifest for 1.2.23

Type File Size Source URLs
DIST powwow-1.2.23.tar.gz 338893 bytes https://www.hoopajoo.net/static/projects/powwow-1.2.23.tar.gz