diff options
Diffstat (limited to 'app-office/zfo-editor/zfo-editor-0.3.2.ebuild')
-rw-r--r-- | app-office/zfo-editor/zfo-editor-0.3.2.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/app-office/zfo-editor/zfo-editor-0.3.2.ebuild b/app-office/zfo-editor/zfo-editor-0.3.2.ebuild new file mode 100644 index 0000000..302fc8a --- /dev/null +++ b/app-office/zfo-editor/zfo-editor-0.3.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="6" + +DESCRIPTION="ZFO Editor is an application that enables work with ZFO format on Linux" + +SLOT="0" + +PYTHON_COMPAT=( "python2_7" ) + + +inherit distutils-r1 + +HOMEPAGE="https://labs.nic.cz/cs/zfo-editor.html" +SRC_URI="https://www.nic.cz/files/labs/zfo_editor/${PN}-${PV}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-python/pywebkitgtk + dev-python/lxml" + +DEPEND="${RDEPEND}" |