blob: 20594598b726d5911143bc747ce5e3b3fa640601 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 2014 Bernd Steinhauser <berniyh@exherbo.org>
# Distributed under the terms of the GNU General Public License v2
require kde-frameworks kde [ translations='qt' ]
SUMMARY="Network service discovery using Zeroconf"
DESCRIPTION="
KDNSSD is a library for handling the DNS-based Service Discovery Protocol
(DNS-SD), the layer of [Zeroconf](http://www.zeroconf.org) that allows network
services, such as printers, to be discovered without any user intervention or
centralized infrastructure.
"
LICENCES="BSD-3 [[ note = [ cmake scripts ] ]] LGPL-2.1"
MYOPTIONS="zeroconf"
DEPENDENCIES="
build+run:
zeroconf? ( net-dns/avahi )
"
|