wok-next diff freetuxtv/receipt @ rev 21313

updated iperf (2.0.5 -> 3.7)
author Hans-G?nter Theisgen
date Tue Dec 10 16:12:48 2019 +0100 (2019-12-10)
parents f48456621a9d
children
line diff
     1.1 --- a/freetuxtv/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.2 +++ b/freetuxtv/receipt	Tue Dec 10 16:12:48 2019 +0100
     1.3 @@ -3,10 +3,10 @@
     1.4  PACKAGE="freetuxtv"
     1.5  VERSION="0.6.5"
     1.6  CATEGORY="network"
     1.7 -SHORT_DESC="FreetuxTV is a free GTK+ WebTV and Web Radio player for Linux"
     1.8 +SHORT_DESC="Free GTK+ WebTV and Web Radio player for Linux"
     1.9  MAINTAINER="pascal.bellard@slitaz.org"
    1.10  LICENSE="GPL3"
    1.11 -WEB_SITE="http://code.google.com/p/freetuxtv/"
    1.12 +WEB_SITE="https://code.google.com/archive/p/freetuxtv"
    1.13  
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WGET_URL="http://freetuxtv.googlecode.com/files/$TARBALL"
    1.16 @@ -19,7 +19,7 @@
    1.17  		--prefix=/usr \
    1.18  		$CONFIGURE_ARGS &&
    1.19  	make &&
    1.20 -	make DESTDIR=$DESTDIR install
    1.21 +	make DESTDIR=$install install
    1.22  }
    1.23  
    1.24  genpkg_rules() {