wok-next view memtester/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents c4e53a39395a
children d457c4e37c1b
line source
1 # SliTaz package receipt v2.
3 PACKAGE="memtester"
4 VERSION="4.3.0"
5 CATEGORY="misc"
6 SHORT_DESC="A userspace utility for testing the memory subsystem for faults"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://pyropus.ca/software/memtester"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/old-versions/$TARBALL"
14 compile_rules() {
15 make &&
16 install -Dm755 $src/memtester $install/usr/bin/memtester
17 }
19 genpkg_rules() {
20 copy @std
21 TAGS="test diagnostic RAM"
22 }