wok diff igmpproxy/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
parents 5ea0ce1cecc0
children 20ad21d5532c
line diff
     1.1 --- a/igmpproxy/receipt	Tue Jun 08 08:46:05 2021 +0000
     1.2 +++ b/igmpproxy/receipt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="igmpproxy"
     1.7 -VERSION="0.2.1"
     1.8 +VERSION="0.3"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Simple forwarding of Multicast traffic between networks."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -11,6 +11,8 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WGET_URL="$WEB_SITE/releases/download/$VERSION/$TARBALL"
    1.15  
    1.16 +CONFIG_FILES="/etc/igmpproxy.conf"
    1.17 +
    1.18  current_version()
    1.19  {
    1.20  	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
    1.21 @@ -26,15 +28,13 @@
    1.22  		--sysconfdir=/etc		\
    1.23  		--mandir=/usr/share/man		\
    1.24  		$CONFIGURE_ARGS &&
    1.25 -	make -j 1 &&
    1.26 -	make DESTDIR=$DESTDIR install
    1.27 +	make &&
    1.28 +	make install DESTDIR=$DESTDIR
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.32  genpkg_rules()
    1.33  {
    1.34 -	mkdir -p $fs/usr/
    1.35 -
    1.36 -	cp -a $install/etc	$fs
    1.37 -	cp -a $install/usr/sbin	$fs/usr
    1.38 +	cook_copy_folders	etc
    1.39 +	cook_copy_folders	sbin
    1.40  }