# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # This ebuild come from http://bugs.gentoo.org/show_bug.cgi?id=112392 - The site http://gentoo.zugaina.org/ only host a copy. # Small modifications by Ycarus inherit games DESCRIPTION="Toy Cars is a physics based 2-D racer inspired by Micromachines" HOMEPAGE="http://sourceforge.net/projects/toycars/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="virtual/opengl media-libs/libsdl media-libs/sdl-image" RDEPEND="" src_install() { emake DESTDIR=${D} install || die "emake install failed" dodoc AUTHORS ChangeLog AUTHORS NEWS README TODO }