# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/kde-base/kdnssd/kdnssd-4.10.5.ebuild,v 1.5 2013/08/02 14:29:54 ago Exp $ EAPI=5 if [[ $PV != *9999 ]]; then KMNAME="kdenetwork" KDE_ECLASS=meta else KDE_ECLASS=base fi inherit kde4-${KDE_ECLASS} DESCRIPTION="A DNSSD (DNS Service Discovery - part of Rendezvous) ioslave and kded module" KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="debug zeroconf" DEPEND=" zeroconf? ( $(add_kdebase_dep kdelibs zeroconf) ) " RDEPEND="${DEPEND}" src_configure() { mycmakeargs=(-DWITH_Xmms=OFF -DWITH_DNSSD=ON) kde4-${KDE_ECLASS}_src_configure }