summaryrefslogtreecommitdiff
path: root/games-engines/nazghul/nazghul-0.7.1-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'games-engines/nazghul/nazghul-0.7.1-r1.ebuild')
-rw-r--r--games-engines/nazghul/nazghul-0.7.1-r1.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/games-engines/nazghul/nazghul-0.7.1-r1.ebuild b/games-engines/nazghul/nazghul-0.7.1-r1.ebuild
deleted file mode 100644
index 7b3c9b70ec1b..000000000000
--- a/games-engines/nazghul/nazghul-0.7.1-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop vcs-clean
-
-DESCRIPTION="A computer role-playing game (CRPG) engine with game called HaximA"
-HOMEPAGE="http://myweb.cableone.net/gmcnutt/nazghul.html"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
- media-libs/libpng:0
- >=media-libs/libsdl-1.2.3[X,sound,video]
- media-libs/sdl-image[png]
- media-libs/sdl-mixer[midi,vorbis,wav]
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- ecvs_clean
- default
-}
-
-src_install() {
- default
- dodoc doc/{GAME_RULES,GHULSCRIPT,MAP_HACKERS_GUIDE,USERS_GUIDE}
-
- dodoc doc/*html
- dodoc doc/*gif
-
- docinto engine_extension_and_design
- dodoc doc/engine_extension_and_design/*
-
- docinto world_building
- dodoc doc/world_building/*
-
- doicon icons/haxima.png
- make_desktop_entry haxima.sh HaximA haxima
-}