wok-next view memtest-bin/receipt @ rev 21290

updated gnustep-back (0.25.1 -> 0.27.0)
author Hans-G?nter Theisgen
date Sun Dec 08 12:42:33 2019 +0100 (2019-12-08)
parents fc15bece1af6
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="memtest-bin"
4 VERSION="5.01"
5 CATEGORY="base-system"
6 SHORT_DESC="Memory failures detection tool (pre-compiled bootable binary)"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.memtest.org/"
10 REPOLOGY="memtest86+"
12 TARBALL="memtest86+-$VERSION.bin.gz"
13 WGET_URL="http://www.memtest.org/download/$VERSION/$TARBALL"
15 compile_rules() {
16 gzip -d $TARBALL
17 install -Dm644 memtest86+-$VERSION.bin $install/boot/memtest
18 }
20 genpkg_rules() {
21 copy @std
22 }