# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Hattrick Manager" HOMEPAGE="http://www.lysator.liu.se/mattricks/download.en.html" SRC_URI=http://www.lysator.liu.se/mattricks/files/${P}.tar.gz LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="dev-python/wxpython dev-python/pyxml" src_install() { python setup.py install --root=${D} --prefix=/usr || die }