wok rev 24161

updated memtester (4.3.0 -> 4.5.1)
author Hans-G?nter Theisgen
date Wed Dec 22 13:43:13 2021 +0100 (2021-12-22)
parents 4f8f9f8879e3
children 530dacfd6585
files memtester/receipt
line diff
     1.1 --- a/memtester/receipt	Mon Dec 20 17:39:32 2021 +0000
     1.2 +++ b/memtester/receipt	Wed Dec 22 13:43:13 2021 +0100
     1.3 @@ -1,30 +1,31 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="memtester"
     1.7 -VERSION="4.3.0"
     1.8 +VERSION="4.5.1"
     1.9  CATEGORY="misc"
    1.10 +TAGS="test diagnostic RAM"
    1.11  SHORT_DESC="A userspace utility for testing the memory subsystem for faults."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="https://pyropus.ca/software/memtester"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://pyropus.ca/software/memtester"
    1.18  WGET_URL="$WEB_SITE/old-versions/$TARBALL"
    1.19 -HOST_ARCH="i486 arm"
    1.20 -TAGS="test diagnostic RAM"
    1.21  
    1.22  DEPENDS=""
    1.23  BUILD_DEPENDS=""
    1.24  
    1.25 +HOST_ARCH="i486 arm"
    1.26 +
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30 -	make 
    1.31 +	make
    1.32  }
    1.33  
    1.34  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.35  genpkg_rules()
    1.36  {
    1.37  	mkdir -p $fs/usr/bin
    1.38 -	cp -a $src/memtester $fs/usr/bin
    1.39 +	cp -a $src/memtester	$fs/usr/bin
    1.40  }
    1.41 -