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

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
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 }