wok view udpcast/receipt @ rev 24311

updated udpcast (20120424 -> 20211207)
author Hans-G?nter Theisgen
date Thu Jan 20 15:28:58 2022 +0100 (2022-01-20)
parents 5286a067ac76
children 0c04fc34847a
line source
1 # SliTaz package receipt.
3 PACKAGE="udpcast"
4 VERSION="20211207"
5 CATEGORY="network"
6 SHORT_DESC="Multicast file transfer."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2 BSD"
9 WEB_SITE="http://udpcast.linux.lu/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="${WEB_SITE}download/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 ./configure \
18 --prefix=/usr \
19 --infodir=/usr/share/info \
20 --mandir=/usr/share/man \
21 $CONFIGURE_ARGS &&
22 make &&
23 make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cook_copy_folders sbin
30 }