You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-arcade/ninvaders/ninvaders-0.1.1.ebuild

30 lines
703 B

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/ninvaders/ninvaders-0.1.1.ebuild,v 1.5 2008/03/25 13:58:31 coldwind Exp $
inherit toolchain-funcs games
DESCRIPTION="ASCII space invaders clone."
HOMEPAGE="http://ninvaders.sourceforge.net/"
SRC_URI="mirror://sourceforge/ninvaders/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
IUSE=""
DEPEND="sys-libs/ncurses"
src_compile() {
emake \
CC="$(tc-getCC)" \
CFLAGS="${CFLAGS}" \
|| die "emake failed"
}
src_install() {
newgamesbin nInvaders ninvaders || die "newgamesbin failed"
dodoc README
prepgamesdirs
}