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