wok view memtester/receipt @ rev 20194

Up autofs (5.1.4), btrfs-progs (4.15), cifs-utils (6.7), davfs2 (1.5.4), dosfstools (4.1), e2fsprogs (1.43.9), f2fs-tools (1.10.0), moosefs (3.0.100), milfs-utils (2.2.7), owfs (3.2p1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 12 13:54:33 2018 +0100 (2018-02-12)
parents 81896ce8ee08
children be11ceb31dcf
line source
1 # SliTaz package receipt.
3 PACKAGE="memtester"
4 VERSION="4.3.0"
5 CATEGORY="misc"
6 SHORT_DESC="A userspace utility for testing the memory subsystem for faults."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://pyropus.ca/software/memtester"
11 WGET_URL="$WEB_SITE/old-versions/$TARBALL"
12 HOST_ARCH="i486 arm"
13 TAGS="test diagnostic RAM"
15 DEPENDS=""
16 BUILD_DEPENDS=""
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 make
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/bin
28 cp -a $src/memtester $fs/usr/bin
29 }