# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 inherit cmake-utils git-r3 DESCRIPTION="mupdf backend for okular" HOMEPAGE="https://github.com/xylosper/okular-backend-mupdf" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" LIB_DEPEND="kde-apps/okular app-text/mupdf dev-lang/mujs" DEPEND="${LIB_DEPEND} dev-util/automoc" RDEPEND="${LIB_DEPEND}" EGIT_REPO_URI=https://github.com/xylosper/${PN}.git EGIT_COMMIT=v${PV} CMAKE_MIN_VERSION=2.6