wok-next diff igmpproxy/receipt @ rev 21605
dropbear: add ed25519 key
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 25 08:01:52 2020 +0000 (2020-06-25) |
parents | 757d032c55c7 |
children |
line diff
1.1 --- a/igmpproxy/receipt Fri Mar 30 19:31:50 2018 +0300 1.2 +++ b/igmpproxy/receipt Thu Jun 25 08:01:52 2020 +0000 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() {