# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils python games DESCRIPTION="Research media organization and management tool for multi-taskers" HOMEPAGE="http://www.asymptopia.org/staticpages/index.php?page=ResearchMaster" 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/wxpython app-text/texlive" src_install() { insinto $(python_get_libdir)/site-packages doins -r ResearchMaster exeinto ${GAMES_BINDIR} exeopts -m0755 doexe researchmaster dodir ${GAMES_STATEDIR} dodir ${GAMES_STATEDIR}/ResearchMaster insinto ${GAMES_STATEDIR}/ResearchMaster doins -r Globals }