wok-next annotate memtest-bin/receipt @ rev 21529

updated buildroot (2014.08 -> 2020.05)
author Hans-G?nter Theisgen
date Sat Jun 20 16:34:10 2020 +0100 (2020-06-20)
parents fc15bece1af6
children
rev   line source
al@20760 1 # SliTaz package receipt v2.
al@20760 2
al@20760 3 PACKAGE="memtest-bin"
al@20760 4 VERSION="5.01"
al@20760 5 CATEGORY="base-system"
al@20760 6 SHORT_DESC="Memory failures detection tool (pre-compiled bootable binary)"
al@20760 7 MAINTAINER="al.bobylev@gmail.com"
al@20760 8 LICENSE="GPL2"
al@20760 9 WEB_SITE="http://www.memtest.org/"
al@20884 10 REPOLOGY="memtest86+"
al@20760 11
al@20760 12 TARBALL="memtest86+-$VERSION.bin.gz"
al@20760 13 WGET_URL="http://www.memtest.org/download/$VERSION/$TARBALL"
al@20760 14
al@20760 15 compile_rules() {
al@20760 16 gzip -d $TARBALL
al@20760 17 install -Dm644 memtest86+-$VERSION.bin $install/boot/memtest
al@20760 18 }
al@20760 19
al@20760 20 genpkg_rules() {
al@20760 21 copy @std
al@20760 22 }