1SUMMARY = "UDP broadcast file distribution and installation"
2DESCRIPTION = "UDPcast is a file transfer tool that can send data \
3simultaneously to many destinations on a LAN. This can for instance be \
4used to install entire classrooms of PC's at once. The advantage of UDPcast \
5over using other methods (nfs, ftp, whatever) is that UDPcast uses UDP's \
6multicast abilities: it won't take longer to install 15 machines than it would \
7to install just 2."
8HOMEPAGE = "http://www.udpcast.linux.lu/"
9SECTION = "console/network"
10LICENSE = "GPL-2.0-or-later & BSD-2-Clause"
11LIC_FILES_CHKSUM = "file://COPYING;md5=e3cf524a29c8476be354bb329d36ff80"
12
13SRC_URI = "http://www.udpcast.linux.lu/download/${BP}.tar.gz \
14           file://0001-include-stddef.h-for-ptrdiff_t.patch \
15           "
16SRC_URI[sha256sum] = "17b5cd8b1e54f7e2e53357ac02ee86e4198bf704096987a03a3b5c402a0ecea1"
17
18# Installation of rateGovernor.h fails without brokensep
19inherit autotools-brokensep manpages
20
21# pod2man required to build manpages
22DEPENDS += "perl-native"
23