diff options
Diffstat (limited to 'kde-base/kget/kget-4.3.0.ebuild')
-rw-r--r-- | kde-base/kget/kget-4.3.0.ebuild | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/kde-base/kget/kget-4.3.0.ebuild b/kde-base/kget/kget-4.3.0.ebuild new file mode 100644 index 000000000000..bbe17181b134 --- /dev/null +++ b/kde-base/kget/kget-4.3.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kget/kget-4.3.0.ebuild,v 1.1 2009/08/04 00:32:35 wired Exp $ + +EAPI="2" + +KMNAME="kdenetwork" +inherit kde4-meta + +DESCRIPTION="An advanced download manager for KDE" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug +handbook +plasma bittorrent-external +semantic-desktop sqlite" + +DEPEND=" + dev-libs/libpcre + >=kde-base/kdelibs-${PV}:${SLOT}[kdeprefix=,semantic-desktop?] + >=kde-base/libkonq-${PV}:${SLOT}[kdeprefix=] + >=kde-base/libkworkspace-${PV}:${SLOT}[kdeprefix=] + bittorrent-external? ( >=net-p2p/ktorrent-3.1.5 ) + !bittorrent-external? ( + app-crypt/qca:2 + dev-libs/gmp + ) + sqlite? ( dev-db/sqlite:3 ) +" +RDEPEND="${DEPEND} + semantic-desktop? ( >=kde-base/nepomuk-${PV}:${SLOT}[kdeprefix=] ) +" + +src_configure() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_enable !bittorrent-external EMBEDDED_TORRENT_SUPPORT) + $(cmake-utils_use_with plasma) + $(cmake-utils_use_with semantic-desktop Nepomuk) + $(cmake-utils_use_with semantic-desktop Soprano) + $(cmake-utils_use_with sqlite)" + + kde4-meta_src_configure +} |