wok annotate memtester/receipt @ rev 22746

updated ecj (4.10 -> 4.14)
author Hans-G?nter Theisgen
date Fri Jan 24 10:35:46 2020 +0100 (2020-01-24)
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