summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-12-09 07:36:27 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-12-09 07:36:27 +0000
commit9bf98ffcc8cf9b041e98d24ae812bce510f856a7 (patch)
tree3acab7dc1ffe3c68d92b35ed80bd314dfbef2f4b /games-action/deathchase3d/deathchase3d-0.9.ebuild
parentCleanup comment (diff)
downloadhistorical-9bf98ffcc8cf9b041e98d24ae812bce510f856a7.tar.gz
historical-9bf98ffcc8cf9b041e98d24ae812bce510f856a7.tar.bz2
historical-9bf98ffcc8cf9b041e98d24ae812bce510f856a7.zip
initial commit - ebuild submitted by Alexandru Toma via bug #73819
Diffstat (limited to 'games-action/deathchase3d/deathchase3d-0.9.ebuild')
-rw-r--r--games-action/deathchase3d/deathchase3d-0.9.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/games-action/deathchase3d/deathchase3d-0.9.ebuild b/games-action/deathchase3d/deathchase3d-0.9.ebuild
new file mode 100644
index 000000000000..1322988a2689
--- /dev/null
+++ b/games-action/deathchase3d/deathchase3d-0.9.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/deathchase3d/deathchase3d-0.9.ebuild,v 1.1 2004/12/09 07:36:27 mr_bones_ Exp $
+
+inherit games
+
+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"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
+IUSE=""
+
+DEPEND="media-libs/libsdl"
+
+src_install() {
+ dogamesbin "${PN}/${PN}" || die "dogamesbin failed"
+ dodoc README
+ dohtml "${PN}/docs/en/index.html"
+ prepgamesdirs
+}