wok view memtest-serial/receipt @ rev 20081

palemoon update to 27.5.0 (Sep 26)
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Sep 27 17:56:03 2017 +0000 (2017-09-27)
parents 8ac80fe62efb
children beda06c66d60
line source
1 # SliTaz package receipt.
3 PACKAGE="memtest-serial"
4 VERSION="5.01"
5 CATEGORY="base-system"
6 SHORT_DESC="Memory failures detection tool using serial port."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.memtest.org/"
10 WANTED="memtest"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/boot
16 cp $src/memtest.packed-115200 $fs/boot/memtest
17 }
19 # Pre and post install commands for Tazpkg.
20 post_install()
21 {
22 cat <<EOT
23 Output to vga and serial port. Default kernel cmdline: console=ttyS0,115200e8
24 EOT
25 }