| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.1.0 | 8 | ~amd64 ~x86 | 0 |
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit desktop toolchain-funcs
DESCRIPTION="Port from an old Amiga game"
HOMEPAGE="https://methane.sourceforge.net/ https://github.com/rombust/Methane"
SRC_URI="https://github.com/rombust/Methane/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
https://src.fedoraproject.org/rpms/methane/raw/f41/f/methane.png
"
S="${WORKDIR}/Methane-${PV}"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-games/clanlib:4.2[opengl,sound]
media-libs/libmikmod
"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
PATCHES=(
"${FILESDIR}/${P}-makefile.patch"
)
src_prepare() {
default
tc-export PKG_CONFIG CXX
}
src_install() {
dobin methane
insinto /usr/share/${PN}
doins resources/*
doicon "${DISTDIR}/${PN}.png"
make_desktop_entry ${PN} "Super Methane Brothers"
HTML_DOCS="docs/*" dodoc authors.txt history.txt readme.txt
}
dev-games/clanlib:4.2[opengl,sound] media-libs/libmikmod
dev-games/clanlib:4.2[opengl,sound] media-libs/libmikmod
virtual/pkgconfig
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | methane-2.1.0.tar.gz | 1059462 bytes | https://github.com/rombust/Methane/archive/refs/tags/v2.1.0.tar.gz |
| DIST | methane.png | 4034 bytes |
https://src.fedoraproject.org/rpms/methane/raw/f37/f/methane.png https://src.fedoraproject.org/rpms/methane/raw/f41/f/methane.png |