wok view 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 source
1 # SliTaz package receipt.
3 PACKAGE="memtester"
4 VERSION="4.5.1"
5 CATEGORY="misc"
6 TAGS="test diagnostic RAM"
7 SHORT_DESC="A userspace utility for testing the memory subsystem for faults."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://pyropus.ca/software/memtester"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="$WEB_SITE/old-versions/$TARBALL"
15 DEPENDS=""
16 BUILD_DEPENDS=""
18 HOST_ARCH="i486 arm"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 make
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/bin
30 cp -a $src/memtester $fs/usr/bin
31 }