# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/pyrpub/pyrpub-2.1.1.ebuild,v 1.9 2004/07/13 23:18:54 agriffis Exp $ NP="pyrite-publisher-${PV}" S=${WORKDIR}/${NP} DESCRIPTION="content conversion tool for Palm" SRC_URI="http://www.pyrite.org/dist/${NP}.tar.gz" HOMEPAGE="http://www.pyrite.org/publisher/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" IUSE="" DEPEND="dev-lang/python" src_compile() { python setup.py build || die "build failed" } src_install () { python setup.py install --root="${D}" || die "install failed" dodoc ChangeLog NEWS README* doc/*.pdb doman doc/*.1 dohtml -r doc/pyrite-publisher }