# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Clocking is a part of faces project management tool" HOMEPAGE="http://faces.homeip.net" SRC_URI="http://faces.homeip.net/clocking/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="virtual/python >=dev-python/wxpython-2.6.1.0" src_install() { python setup.py install --root="${D}" --prefix=/usr || die }