# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit kde export PKG_CONFIG_PATH="${QTDIR}/lib/pkgconfig" DESCRIPTION="Use avahi as drop-in replacement for mDNSResponder." HOMEPAGE="http://wiki.kde.org/tiki-index.php?page=Zeroconf+in+KDE" SRC_URI="http://helios.et.put.poznan.pl/~jstachow/pub/${PN}_${PV}.orig.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="kde-base/kdelibs >=net-dns/avahi-0.6.3" need-kde 3.5 src_compile() { kde_src_compile configure cd ${S}/kdnssd-avahi && make mocs kde_src_compile make }