wok-next rev 21636

updated f3 (2.2 -> 7.2)
author Hans-G?nter Theisgen
date Fri Jun 26 11:11:30 2020 +0100 (2020-06-26)
parents 5696132719d9
children e9d308b0009b
files f3/receipt
line diff
     1.1 --- a/f3/receipt	Fri Jun 26 11:04:48 2020 +0100
     1.2 +++ b/f3/receipt	Fri Jun 26 11:11:30 2020 +0100
     1.3 @@ -1,24 +1,26 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="f3"
     1.7 -VERSION="2.2"
     1.8 +VERSION="7.2"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="An alternative to h2testw"
    1.11  MAINTAINER="paul@slitaz.org"
    1.12  LICENSE="GPL3"
    1.13  WEB_SITE="http://oss.digirati.com.br/f3/"
    1.14  
    1.15 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16 -WGET_URL="git|git://github.com/AltraMayor/f3"
    1.17 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18 +WGET_URL="https://github.com/AltraMayor/f3/archive/v$VERSION.tar.gz"
    1.19  
    1.20 -BUILD_DEPENDS="bzip2 git"
    1.21 +BUILD_DEPENDS=""
    1.22  
    1.23 -compile_rules() {
    1.24 -	make linux || return 1
    1.25 -	install -Dm755 $src/f3read  $install/usr/bin/f3read
    1.26 -	install -Dm755 $src/f3write $install/usr/bin/f3write
    1.27 +compile_rules()
    1.28 +{
    1.29 +	make || return 1
    1.30 +	install -Dm755 $src/f3read	$install/usr/bin/f3read
    1.31 +	install -Dm755 $src/f3write	$install/usr/bin/f3write
    1.32  }
    1.33  
    1.34 -genpkg_rules() {
    1.35 +genpkg_rules()
    1.36 +{
    1.37  	copy @std
    1.38  }