diff options
Diffstat (limited to 'app-text/ebook-tools/ebook-tools-0.2.2.ebuild')
-rw-r--r-- | app-text/ebook-tools/ebook-tools-0.2.2.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/app-text/ebook-tools/ebook-tools-0.2.2.ebuild b/app-text/ebook-tools/ebook-tools-0.2.2.ebuild new file mode 100644 index 000000000000..42797564390d --- /dev/null +++ b/app-text/ebook-tools/ebook-tools-0.2.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit cmake-utils multilib + +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="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 x86 ~amd64-fbsd" +IUSE="" + +DEPEND="dev-libs/libxml2 + dev-libs/libzip" +RDEPEND="${DEPEND} + app-text/convertlit" + +DOCS=( INSTALL README TODO ) |