wok-next annotate memtester/receipt @ rev 21253

updated duplicity (0.6.20 -> 0.8.07)
author Hans-G?nter Theisgen
date Fri Dec 06 09:07:53 2019 +0100 (2019-12-06)
parents b278b2018965
children
rev   line source
al@20481 1 # SliTaz package receipt v2.
pascal@15481 2
pascal@15481 3 PACKAGE="memtester"
pascal@15481 4 VERSION="4.3.0"
pascal@15481 5 CATEGORY="misc"
al@20481 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"
al@21041 9 WEB_SITE="http://pyropus.ca/software/memtester/"
al@20481 10
pascal@15481 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@21041 12 WGET_URL="${WEB_SITE}old-versions/$TARBALL"
pascal@15481 13
al@20481 14 compile_rules() {
al@20481 15 make &&
al@20481 16 install -Dm755 $src/memtester $install/usr/bin/memtester
pascal@15481 17 }
pascal@15481 18
al@20481 19 genpkg_rules() {
al@20481 20 copy @std
al@20481 21 TAGS="test diagnostic RAM"
pascal@15481 22 }