wok rev 24311

updated udpcast (20120424 -> 20211207)
author Hans-G?nter Theisgen
date Thu Jan 20 15:28:58 2022 +0100 (2022-01-20)
parents 46d8460b95e4
children 679126bfd419
files udpcast/description.txt udpcast/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/udpcast/description.txt	Thu Jan 20 15:28:58 2022 +0100
     1.3 @@ -0,0 +1,6 @@
     1.4 +UDPcast is a file transfer tool that can send data simultaneously to many
     1.5 +destinations on a LAN.
     1.6 +This can for instance be used to install entire classrooms of PC's at once.
     1.7 +The advantage of UDPcast over using other methods (nfs, ftp, whatever) is
     1.8 +that UDPcast uses UDP's multicast abilities: it won't take longer to
     1.9 +install 15 machines than it would to install just 2.
     2.1 --- a/udpcast/receipt	Wed Jan 19 09:24:46 2022 +0100
     2.2 +++ b/udpcast/receipt	Thu Jan 20 15:28:58 2022 +0100
     2.3 @@ -1,23 +1,24 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="udpcast"
     2.7 -VERSION="20120424"
     2.8 +VERSION="20211207"
     2.9  CATEGORY="network"
    2.10  SHORT_DESC="Multicast file transfer."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12  LICENSE="GPL2 BSD"
    2.13 +WEB_SITE="http://udpcast.linux.lu/"
    2.14 +
    2.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.16 -WEB_SITE="http://udpcast.linux.lu/"
    2.17  WGET_URL="${WEB_SITE}download/$TARBALL"
    2.18  
    2.19 -BUILD_DEPENDS="m4"
    2.20 -
    2.21  # Rules to configure and make the package.
    2.22  compile_rules()
    2.23  {
    2.24 -	cd $src
    2.25 -	./configure --prefix=/usr --infodir=/usr/share/info \
    2.26 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    2.27 +	./configure				\
    2.28 +		--prefix=/usr			\
    2.29 +		--infodir=/usr/share/info 	\
    2.30 +		--mandir=/usr/share/man		\
    2.31 +		$CONFIGURE_ARGS &&
    2.32  	make &&
    2.33  	make install
    2.34  }
    2.35 @@ -25,7 +26,6 @@
    2.36  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.37  genpkg_rules()
    2.38  {
    2.39 -	mkdir -p $fs/usr
    2.40 -	cp -a $install/usr/sbin $fs/usr
    2.41 +	cook_copy_folders	sbin
    2.42  }
    2.43