# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils python games DESCRIPTION="Chinese language-mining tool" HOMEPAGE="http://new.asymptopia.org/staticpages/index.php?page=StepIntoChinese" SRC_URI="http://www.asymptopia.org/gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="dev-lang/python" RDEPEND="dev-python/pygame dev-python/pygame dev-python/wxpython media-libs/libsdl media-libs/sdl-image media-libs/sdl-mixer" src_install() { insinto /usr/$(get_libdir)/python*/site-packages doins -r StepIntoChinese insinto ${GAMES_BINDIR} insopts -m0755 doins stepintochinese dodir ${GAMES_STATEDIR} dodir ${GAMES_STATEDIR}/StepIntoChinese insinto ${GAMES_STATEDIR}/StepIntoChinese doins -r Font doins -r Globals doins -r Flashcards }