wok diff memtester/receipt @ rev 24391

Add some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 07 18:01:05 2022 +0000 (2022-02-07)
parents bb01f2595a83
children ad8b9ff412d2
line diff
     1.1 --- a/memtester/receipt	Sat Oct 10 18:59:58 2015 +0200
     1.2 +++ b/memtester/receipt	Mon Feb 07 18:01:05 2022 +0000
     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 -