summaryrefslogtreecommitdiff
path: root/games-fps/aaut/aaut-1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'games-fps/aaut/aaut-1.ebuild')
-rw-r--r--games-fps/aaut/aaut-1.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/games-fps/aaut/aaut-1.ebuild b/games-fps/aaut/aaut-1.ebuild
new file mode 100644
index 000000000000..acde5a8582fb
--- /dev/null
+++ b/games-fps/aaut/aaut-1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit games
+
+DESCRIPTION="ascii mode unreal tournament"
+HOMEPAGE="http://icculus.org/~chunky/ut/aaut/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+RDEPEND="|| (
+ games-fps/unreal-tournament
+ games-fps/unreal-tournament-goty )
+ media-libs/aalib"
+
+src_install() {
+ dogamesbin "${FILESDIR}/aaut"
+ prepgamesdirs
+}