wok annotate memtest-serial/receipt @ rev 19760
Up: libpng+apng (1.6.28)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sun Feb 19 09:20:46 2017 +0000 (2017-02-19) |
parents | 8ac80fe62efb |
children | beda06c66d60 |
rev | line source |
---|---|
pascal@15237 | 1 # SliTaz package receipt. |
pascal@15237 | 2 |
pascal@15237 | 3 PACKAGE="memtest-serial" |
pascal@15468 | 4 VERSION="5.01" |
pascal@15237 | 5 CATEGORY="base-system" |
pascal@15237 | 6 SHORT_DESC="Memory failures detection tool using serial port." |
pascal@15237 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@17225 | 8 LICENSE="GPL2" |
pascal@15237 | 9 WEB_SITE="http://www.memtest.org/" |
pascal@15237 | 10 WANTED="memtest" |
pascal@15237 | 11 |
pascal@15237 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@15237 | 13 genpkg_rules() |
pascal@15237 | 14 { |
pascal@15237 | 15 mkdir -p $fs/boot |
pascal@15237 | 16 cp $src/memtest.packed-115200 $fs/boot/memtest |
pascal@15237 | 17 } |
pascal@15237 | 18 |
pascal@15237 | 19 # Pre and post install commands for Tazpkg. |
pascal@15237 | 20 post_install() |
pascal@15237 | 21 { |
pascal@15237 | 22 cat <<EOT |
pascal@15237 | 23 Output to vga and serial port. Default kernel cmdline: console=ttyS0,115200e8 |
pascal@15237 | 24 EOT |
pascal@15237 | 25 } |