# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit cmake-utils DESCRIPTION="Tools for accessing and converting various ebook file formats." HOMEPAGE="http://sourceforge.net/projects/ebook-tools" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="" IUSE="" DEPEND="dev-libs/libxml2 dev-libs/libzip" RDEPEND="${DEPEND}" src_install() { cmake-utils_src_install dodoc INSTALL README TODO }