games-server/monopd - 0.10.4 (gentoo)

Search

Package Information

Description:
Server for the GtkAtlantic board game
Homepage:
https://gtkatlantic.gradator.net
License:
GPL-2

Ebuild Details

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

EAPI=8

inherit autotools flag-o-matic systemd

DESCRIPTION="Server for the GtkAtlantic board game"
HOMEPAGE="https://gtkatlantic.gradator.net"
SRC_URI="https://download.tuxfamily.org/gtkatlantic/monopd/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="systemd"

RDEPEND="
	systemd? ( sys-apps/systemd )
"

DEPEND="
	${RDEPEND}
	>=dev-cpp/muParser-2
	dev-libs/utfcpp
"

PATCHES=(
	"${FILESDIR}"/${P}-fixes.patch
)

src_prepare() {
	default
	eautoreconf
}

src_configure() {
	append-cppflags -I"${ESYSROOT}/usr/include/utf8cpp"
	econf $(use_with systemd systemd-daemon)
}

src_install() {
	default
	newinitd "${FILESDIR}"/${PN}.initd ${PN}
	use systemd && systemd_dounit doc/systemd/${PN}.s*
}

USE Flags

Dependencies

DEPEND

	
	systemd? ( sys-apps/systemd )

	>=dev-cpp/muParser-2
	dev-libs/utfcpp

RDEPEND

	systemd? ( sys-apps/systemd )

Manifest for 0.10.4

Type File Size Source URLs
DIST monopd-0.10.4.tar.gz 203728 bytes https://download.tuxfamily.org/gtkatlantic/monopd/monopd-0.10.4.tar.gz