Install this version:
emerge -a =games-fps/transfusion-bin-1.01
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-fps/transfusion-bin-1.01
Or alternatively:
emerge --autounmask-write -a =games-fps/transfusion-bin-1.01
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit desktop wrapper
MY_PN="${PN/-bin/}"
DESCRIPTION="Blood remake"
HOMEPAGE="https://www.transfusion-game.com/"
SRC_URI="https://downloads.sourceforge.net/blood/${MY_PN}-1.0-linux.i386.zip
https://downloads.sourceforge.net/blood/${MY_PN}-patch-${PV}-linux.i386.zip
mirror://gentoo/${MY_PN}.png"
S="${WORKDIR}/${MY_PN}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
RESTRICT="strip"
RDEPEND="
sys-libs/glibc
x11-libs/libX11
x11-libs/libXext
"
DEPEND="${RDEPEND}"
BDEPEND="app-arch/unzip"
QA_PREBUILT="
opt/transfusion/transfusion-dedicated
opt/transfusion/transfusion-glx
"
dir="/opt/${MY_PN}"
Ddir="${D}/${dir}"
src_install() {
# install everything that looks anything like docs...
dodoc ${MY_PN}/doc/*.txt ${MY_PN}/*txt qw/*txt
HTML_DOCS="${MY_PN}/doc/*.html" einstalldocs
#...then mass copy everything to the install dir...
dodir ${dir}
cp -R * "${Ddir}" || die
# ...and remove the docs since we don't need them installed twice.
rm -rf \
"${Ddir}"/${MY_PN}/doc \
"${Ddir}"/qw/*txt \
"${Ddir}"/${MY_PN}/*txt || die
doicon "${DISTDIR}"/${MY_PN}.png
make_wrapper ${MY_PN} ./${MY_PN}-glx "${dir}" "${dir}"
make_desktop_entry ${MY_PN} "Transfusion" ${MY_PN}
}
| Mirror Name | URLs |
|---|---|
| gentoo |
sys-libs/glibc x11-libs/libX11 x11-libs/libXext
sys-libs/glibc x11-libs/libX11 x11-libs/libXext
app-arch/unzip
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | transfusion-1.0-linux.i386.zip | 40532193 bytes | https://downloads.sourceforge.net/blood/transfusion-1.0-linux.i386.zip |
| DIST | transfusion-patch-1.01-linux.i386.zip | 8790776 bytes | https://downloads.sourceforge.net/blood/transfusion-patch-1.01-linux.i386.zip |
| DIST | transfusion.png | 2102 bytes | mirror://gentoo/transfusion.png |