wok-next view memtest-serial/receipt @ rev 17216

iptstate, mdp, ruby-ncurses, screenfetch, tiptop, tpp, trash-cli: add license
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 11 14:25:56 2014 +0200 (2014-10-11)
parents 6605161a54b7
children d0ddd1e74d41
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="GPL"
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 }