wok-next annotate memtester/receipt @ rev 21111

gdbm: split to "libpkg - pkg - pkg-dev"; fix some symlinks
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jan 11 14:45:46 2019 +0200 (2019-01-11)
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 }