# HG changeset patch # User Hans-G?nter Theisgen # Date 1593166290 -3600 # Node ID 43d01f45d6824574d0797d7cde0ff5f5237a6be4 # Parent 5696132719d91103d3c8c71b19c7801f4c6cef2a updated f3 (2.2 -> 7.2) diff -r 5696132719d9 -r 43d01f45d682 f3/receipt --- a/f3/receipt Fri Jun 26 11:04:48 2020 +0100 +++ b/f3/receipt Fri Jun 26 11:11:30 2020 +0100 @@ -1,24 +1,26 @@ # SliTaz package receipt v2. PACKAGE="f3" -VERSION="2.2" +VERSION="7.2" CATEGORY="utilities" SHORT_DESC="An alternative to h2testw" MAINTAINER="paul@slitaz.org" LICENSE="GPL3" WEB_SITE="http://oss.digirati.com.br/f3/" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="git|git://github.com/AltraMayor/f3" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="https://github.com/AltraMayor/f3/archive/v$VERSION.tar.gz" -BUILD_DEPENDS="bzip2 git" +BUILD_DEPENDS="" -compile_rules() { - make linux || return 1 - install -Dm755 $src/f3read $install/usr/bin/f3read - install -Dm755 $src/f3write $install/usr/bin/f3write +compile_rules() +{ + make || return 1 + install -Dm755 $src/f3read $install/usr/bin/f3read + install -Dm755 $src/f3write $install/usr/bin/f3write } -genpkg_rules() { +genpkg_rules() +{ copy @std }