# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # /space/gentoo/cvsroot/gentoo DESCRIPTION="GNUenterprice - Reports" DEPEND=">=app-misc/GNUe-Common-0.5.0" HOMEPAGE="http://www.gnuenterprise.org" KEYWORDS="~x86 ~sparc ~alpha" LICENSE="GPL-2" SRC_URI="http://www.gnuenterprise.org/downloads/current/${P}.tar.gz" S=${WORKDIR}/${P} src_install() { cd ${S} ./setup.py install --root=${D} || die "install failed" dodoc AUTHORS INSTALL NEWS PKG-INFO README ChangeLog }