# HG changeset patch # User Hans-G?nter Theisgen # Date 1645611250 -3600 # Node ID 4720f46b580c5417f9496e98c622401e58e81bf7 # Parent 4b9f7978be6fe1879f8a3072079b07a39ed3e2e8 updated f3 (7.2 -> 8.0) diff -r 4b9f7978be6f -r 4720f46b580c f3/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/f3/description.txt Wed Feb 23 11:14:10 2022 +0100 @@ -0,0 +1,6 @@ +F3 is a simple tool that tests flash cards capacity and performance +to see if they live up to claimed specifications. +It fills the device with pseudorandom data and then checks if it +returns the same on reading. + +F3 stands for Fight Flash Fraud, or Fight Fake Flash. diff -r 4b9f7978be6f -r 4720f46b580c f3/receipt --- a/f3/receipt Wed Feb 23 10:55:02 2022 +0100 +++ b/f3/receipt Wed Feb 23 11:14:10 2022 +0100 @@ -1,15 +1,15 @@ # SliTaz package receipt. PACKAGE="f3" -VERSION="7.2" +VERSION="8.0" CATEGORY="utilities" SHORT_DESC="An alternative to h2testw." MAINTAINER="paul@slitaz.org" LICENSE="GPL3" -WEB_SITE="https://github.com/AltraMayor/f3" +WEB_SITE="http://oss.digirati.com.br/f3/" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="https://github.com/AltraMayor/f3/archive/v$VERSION.tar.gz" +WGET_URL="https://github.com/AltraMayor/$PACKAGE/archive/v$VERSION.tar.gz" DEPENDS="" BUILD_DEPENDS="" @@ -23,6 +23,8 @@ # Rules to configure and make the package. compile_rules() { + export LDFLAGS="$LDFLAGS -lrt" + make PREFIX=/usr && make install PREFIX=/usr } @@ -30,6 +32,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr + cook_copy_folders bin }