]> Pileus Git - ~andy/sunrise/blob - app-text/pdf2htmlEX/pdf2htmlEX-0.7.ebuild
media-gfx/ktikz: Properly fix qt deps
[~andy/sunrise] / app-text / pdf2htmlEX / pdf2htmlEX-0.7.ebuild
1 # Copyright 1999-2013 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EAPI=4
6
7 inherit cmake-utils vcs-snapshot
8
9 DESCRIPTION="A PDF to HTML converter"
10 HOMEPAGE="http://coolwanglu.github.com/pdf2htmlEX/"
11 SRC_URI="https://github.com/coolwanglu/${PN}/tarball/v${PV} -> ${P}.tar.gz"
12
13 LICENSE="GPL-2 GPL-3"
14 SLOT="0"
15 KEYWORDS="~amd64"
16 IUSE=""
17
18 RDEPEND=">=app-text/poppler-0.20[cjk,png]
19         media-gfx/fontforge"
20 DEPEND="${RDEPEND}
21         virtual/pkgconfig"