# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils python DESCRIPTION="Math version of the popular board game for kids 4-40" HOMEPAGE="http://www.asymptopia.org/" SRC_URI="http://www.asymptopia.org/gentoo/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="dev-lang/python" RDEPEND="dev-python/pygame dev-python/pygame media-libs/libsdl media-libs/sdl-image media-libs/sdl-mixer" src_install() { insinto /usr/$(get_libdir)/python*/site-packages doins -r TuxMathScrabble insinto /usr/local/bin insopts -m0755 doins tuxmathscrabble dodir /var/games dodir /var/games/TuxMathScrabble insinto /var/games/TuxMathScrabble doins -r Font doins -r Globals }