diff options
Diffstat (limited to 'app-office/kivio/kivio-1.6.2.ebuild')
-rw-r--r-- | app-office/kivio/kivio-1.6.2.ebuild | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/app-office/kivio/kivio-1.6.2.ebuild b/app-office/kivio/kivio-1.6.2.ebuild new file mode 100644 index 000000000000..6c4c0d4c6b41 --- /dev/null +++ b/app-office/kivio/kivio-1.6.2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kivio/kivio-1.6.2.ebuild,v 1.1 2007/02/16 11:29:59 flameeyes Exp $ + +MAXKOFFICEVER=${PV} +KMNAME=koffice +inherit kde-meta eutils + +DESCRIPTION="KOffice flowchart and diagram tool." +HOMEPAGE="http://www.koffice.org/" +LICENSE="GPL-2 LGPL-2" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="$(deprange $PV $MAXKOFFICEVER app-office/koffice-libs) + dev-lang/python" + +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +KMCOPYLIB=" + libkformula lib/kformula + libkofficecore lib/kofficecore + libkofficeui lib/kofficeui + libkopainter lib/kopainter + libkopalette lib/kopalette + libkotext lib/kotext + libkwmf lib/kwmf + libkowmf lib/kwmf + libkstore lib/store" + +KMEXTRACTONLY="lib/" + +KMEXTRA="filters/kivio" + +need-kde 3.4 |