wok view memtester/receipt @ rev 24183

updated perl-cgi (4.46 -> 4.53)
author Hans-G?nter Theisgen
date Fri Dec 31 13:55:09 2021 +0100 (2021-12-31)
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 }