# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-arcade/circuslinux/circuslinux-1.0.3.ebuild,v 1.11 2006/01/06 00:44:34 mr_bones_ Exp $ inherit gnuconfig games DESCRIPTION="clone of the Atari 2600 game \"Circus Atari\"" SRC_URI="ftp://ftp.sonic.net/pub/users/nbs/unix/x/circus-linux/${P}.tar.gz" HOMEPAGE="http://www.newbreedsoftware.com/circus-linux/" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha ~amd64 ppc sparc x86" IUSE="" DEPEND="media-libs/libsdl media-libs/sdl-image media-libs/sdl-mixer" src_compile() { gnuconfig_update egamesconf || die emake || die "emake failed" } src_install () { egamesinstall || die dodoc *.txt prepgamesdirs }