summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/udpcast/udpcast_20230924.bb
blob: f93f9850a8932238151155d49b490619cc73a993 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SUMMARY = "UDP broadcast file distribution and installation"
DESCRIPTION = "UDPcast is a file transfer tool that can send data \
simultaneously to many destinations on a LAN. This can for instance be \
used to install entire classrooms of PC's at once. The advantage of UDPcast \
over using other methods (nfs, ftp, whatever) is that UDPcast uses UDP's \
multicast abilities: it won't take longer to install 15 machines than it would \
to install just 2."
HOMEPAGE = "http://www.udpcast.linux.lu/"
SECTION = "console/network"
LICENSE = "GPL-2.0-or-later & BSD-2-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=e3cf524a29c8476be354bb329d36ff80"

SRC_URI = "http://www.udpcast.linux.lu/download/${BP}.tar.gz \
           file://0001-include-stddef.h-for-ptrdiff_t.patch \
           "
SRC_URI[sha256sum] = "17b5cd8b1e54f7e2e53357ac02ee86e4198bf704096987a03a3b5c402a0ecea1"

# Installation of rateGovernor.h fails without brokensep
inherit autotools-brokensep manpages

# pod2man required to build manpages
DEPENDS += "perl-native"