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

quodlibet: remove non-existent package from bdeps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 06 20:44:57 2018 +0300 (2018-06-06)
parents
children 4e6503d7a19f
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/"
11 TARBALL="memtest86+-$VERSION.bin.gz"
12 WGET_URL="http://www.memtest.org/download/$VERSION/$TARBALL"
14 compile_rules() {
15 gzip -d $TARBALL
16 install -Dm644 memtest86+-$VERSION.bin $install/boot/memtest
17 }
19 genpkg_rules() {
20 copy @std
21 }