diff options
Diffstat (limited to 'kde-base/kleopatra/kleopatra-4.1.4.ebuild')
-rw-r--r-- | kde-base/kleopatra/kleopatra-4.1.4.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/kde-base/kleopatra/kleopatra-4.1.4.ebuild b/kde-base/kleopatra/kleopatra-4.1.4.ebuild new file mode 100644 index 000000000000..e584aeee4d8f --- /dev/null +++ b/kde-base/kleopatra/kleopatra-4.1.4.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kleopatra/kleopatra-4.1.4.ebuild,v 1.1 2009/01/13 22:12:29 alexxy Exp $ + +EAPI="2" + +KMNAME=kdepim +inherit kde4-meta + +DESCRIPTION="Kleopatra - KDE X.509 key manager" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="debug htmlhandbook" + +DEPEND="app-crypt/gnupg + app-crypt/gpgme + dev-libs/libassuan + >=kde-base/libkleo-${PV}:${SLOT}" +RDEPEND="${DEPEND}" + +#RESTRICT="test" + +KMEXTRACTONLY="libkleo" +KMLOADLIBS="libkleo" + +src_configure() { + mycmakeargs="${mycmakeargs} + -DWITH_QGpgme=ON" + + kde4-meta_src_configure +} |