summaryrefslogtreecommitdiff
path: root/games-action/deathchase3d/deathchase3d-0.9-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-09-16 22:05:01 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-09-16 22:05:01 +0100
commitcc4618c9ba3d974948ebf340b542d8cb01db2f55 (patch)
tree125ee67bb9e0d548771cf7b61d04bb1f0dc57687 /games-action/deathchase3d/deathchase3d-0.9-r1.ebuild
parent677b7ba5c317778df2ad7e70df94b9b7eec4adbc (diff)
gentoo resync : 16.09.2021
Diffstat (limited to 'games-action/deathchase3d/deathchase3d-0.9-r1.ebuild')
-rw-r--r--games-action/deathchase3d/deathchase3d-0.9-r1.ebuild21
1 files changed, 12 insertions, 9 deletions
diff --git a/games-action/deathchase3d/deathchase3d-0.9-r1.ebuild b/games-action/deathchase3d/deathchase3d-0.9-r1.ebuild
index 41a27eb95341..89616438bd28 100644
--- a/games-action/deathchase3d/deathchase3d-0.9-r1.ebuild
+++ b/games-action/deathchase3d/deathchase3d-0.9-r1.ebuild
@@ -1,25 +1,28 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
-DESCRIPTION="A remake of the Sinclair Spectrum game of the same name"
-HOMEPAGE="http://www.autismuk.freeserve.co.uk/"
-SRC_URI="http://www.autismuk.freeserve.co.uk/${P}.tar.gz"
+inherit desktop
-LICENSE="GPL-2"
+DESCRIPTION="Remake of the Sinclair Spectrum game of the same name"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND="media-libs/libsdl[video]"
-RDEPEND=${DEPEND}
+RDEPEND="media-libs/libsdl[video]"
+DEPEND="${DEPEND}"
PATCHES=(
"${FILESDIR}/${P}-underlink.patch"
)
src_install() {
- dobin "${PN}/${PN}"
+ dobin ${PN}/${PN}
dodoc README ${PN}/docs/en/index.html
+
+ make_desktop_entry ${PN} "Death Chase 3D" applications-games
}