wok-next annotate memtester/receipt @ rev 20481

Proper packing for v2
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Mar 12 02:18:53 2018 +0200 (2018-03-12)
parents c4e53a39395a
children d457c4e37c1b
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@20481 9 WEB_SITE="http://pyropus.ca/software/memtester"
al@20481 10
pascal@15481 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@15481 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 }