wok diff f3/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (24 months ago)
parents ac8ca9758df1
children 742d338c8574
line diff
     1.1 --- a/f3/receipt	Sat Jan 15 15:21:40 2022 +0000
     1.2 +++ b/f3/receipt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -1,15 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="f3"
     1.7 -VERSION="7.2"
     1.8 +VERSION="8.0"
     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="https://github.com/AltraMayor/f3"
    1.14 +WEB_SITE="http://oss.digirati.com.br/f3/"
    1.15  
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WGET_URL="https://github.com/AltraMayor/f3/archive/v$VERSION.tar.gz"
    1.18 +WGET_URL="https://github.com/AltraMayor/$PACKAGE/archive/v$VERSION.tar.gz"
    1.19  
    1.20  DEPENDS=""
    1.21  BUILD_DEPENDS=""
    1.22 @@ -23,6 +23,8 @@
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26 +	export	LDFLAGS="$LDFLAGS -lrt"
    1.27 +
    1.28  	make PREFIX=/usr &&
    1.29  	make install PREFIX=/usr
    1.30  }
    1.31 @@ -30,6 +32,5 @@
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.33  genpkg_rules()
    1.34  {
    1.35 -	mkdir -p $fs/usr
    1.36 -	cp -a $install/usr/bin	$fs/usr
    1.37 +	cook_copy_folders	bin
    1.38  }