# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ 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" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="virtual/libc virtual/opengl media-libs/libsdl" RDEPEND="${DEPEND}" src_unpack() { unpack ${A} cd "${S}" epatch ${FILESDIR}/${P}-gcc41.patch } src_install() { egamesinstall || die "egamesinstall failed" dodoc AUTHORS ChangeLog AUTHORS NEWS README TODO prepgamesdirs }