# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="An ncurses-based Xenon clone" HOMEPAGE="http://www.cs.unibo.it/~pira/alienwave/aw.html" SRC_URI="http://www.cs.unibo.it/~pira/alienwave/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="sys-libs/ncurses" S=${WORKDIR}/${PN} src_install() { dogamesbin alienwave doins TO_DO README STORY prepgamesdirs }