wok-next diff igmpproxy/receipt @ rev 21395

updated owfs (3.2p1 -> 3.2p3)
author Hans-G?nter Theisgen
date Fri Apr 17 17:54:29 2020 +0100 (2020-04-17)
parents 757d032c55c7
children
line diff
     1.1 --- a/igmpproxy/receipt	Fri Mar 30 19:31:50 2018 +0300
     1.2 +++ b/igmpproxy/receipt	Fri Apr 17 17:54:29 2020 +0100
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Simple forwarding of Multicast traffic between networks"
     1.5  MAINTAINER="pascal.bellard@slitaz.org"
     1.6  LICENSE="GPL2"
     1.7 -WEB_SITE="http://igmpproxy.sourceforge.net/"
     1.8 +WEB_SITE="https://sourceforge.net/projects/igmpproxy/"
     1.9  
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.12 @@ -14,7 +14,7 @@
    1.13  compile_rules() {
    1.14  	./configure $CONFIGURE_ARGS &&
    1.15  	make &&
    1.16 -	make DESTDIR=$DESTDIR install
    1.17 +	make DESTDIR=$install install
    1.18  }
    1.19  
    1.20  genpkg_rules() {