# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Convert between any document format supported by OpenOffice" HOMEPAGE="http://dag.wieers.com/home-made/unoconv/" SRC_URI="http://dag.wieers.com/home-made/unoconv/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" RDEPEND=">=dev-lang/python-2.5 || ( app-office/openoffice app-office/openoffice-bin )" DEPEND="dev-python/setuptools" src_install() { emake install DESTDIR="${D}" }