# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils MY_P="Rtf-${PV}" DESCRIPTION="PyRtfLib is a python library that provide a parser and few translators like rtf to html and to simple text." SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip" HOMEPAGE="http://sourceforge.net/projects/pyrtflib/" RESTRICT="nomirror" IUSE="" SLOT="0" LICENSE="LGPL-2.1" KEYWORDS="~x86" S=${WORKDIR}/${MY_P} src_unpack() { unpack ${A} cd ${S} mv rtf_setup.py setup.py }