wok diff memtest-serial/receipt @ rev 15295

cdrtools: remove a wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 27 09:56:20 2013 +0000 (2013-09-27)
parents
children 8ac80fe62efb
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/memtest-serial/receipt	Fri Sep 27 09:56:20 2013 +0000
     1.3 @@ -0,0 +1,25 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="memtest-serial"
     1.7 +VERSION="4.20"
     1.8 +CATEGORY="base-system"
     1.9 +SHORT_DESC="Memory failures detection tool using serial port."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +LICENSE="GPL"
    1.12 +WEB_SITE="http://www.memtest.org/"
    1.13 +WANTED="memtest"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/boot
    1.19 +	cp $src/memtest.packed-115200 $fs/boot/memtest
    1.20 +}
    1.21 +
    1.22 +# Pre and post install commands for Tazpkg.
    1.23 +post_install()
    1.24 +{
    1.25 +	cat <<EOT
    1.26 +Output to vga and serial port. Default kernel cmdline: console=ttyS0,115200e8
    1.27 +EOT
    1.28 +}