games-server/mednafen-server - 0.5.2 (gentoo)

Search

Install

Install this version:

emerge -a =games-server/mednafen-server-0.5.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =games-server/mednafen-server-0.5.2

Or alternatively:

emerge --autounmask-write -a =games-server/mednafen-server-0.5.2

Package Information

Description:
Server for Mednafen emulator
Homepage:
https://mednafen.github.io/releases/
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
0.5.2 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

DESCRIPTION="Server for Mednafen emulator"
HOMEPAGE="https://mednafen.github.io/releases/"
SRC_URI="https://mednafen.github.io/releases/files/${P}.tar.xz"
S="${WORKDIR}/${PN}"

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

PATCHES=(
	"${FILESDIR}"/${P}-m4-macro-include.patch
)

src_prepare() {
	default
	eautoreconf

	mv standard.conf standard.conf.example || die
	mv run.sh run.sh.example || die
}

src_install() {
	dobin src/${PN}
	dodoc README *.example
}

pkg_postinst() {
	einfo "Example config file and run file can be found in"
	einfo "/usr/share/doc/${PF}/"
}

Inherited Eclasses

Manifest for 0.5.2

Type File Size Source URLs
DIST mednafen-server-0.5.2.tar.xz 112512 bytes https://mednafen.github.io/releases/files/mednafen-server-0.5.2.tar.xz