# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils games DESCRIPTION="physics based 2-D racer" HOMEPAGE="http://sourceforge.net/projects/toycars" SRC_URI="mirror://sourceforge/toycars/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="virtual/libc virtual/x11 media-libs/libsdl" src_install() { egamesinstall dodoc AUTHORS COPYING ChangeLog README TODO prepgamesdirs }