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