wok rev 15237
memtest-serial: fix receipt name
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 23 10:36:37 2013 +0000 (2013-09-23) |
parents | 9ea130dd5e4f |
children | b886a2277bd3 |
files | memtest-serial/receipt memtest-serial/receipt.serial |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/memtest-serial/receipt Mon Sep 23 10:36:37 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 +}
2.1 --- a/memtest-serial/receipt.serial Sun Sep 22 21:03:37 2013 +0200 2.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 2.3 @@ -1,25 +0,0 @@ 2.4 -# SliTaz package receipt. 2.5 - 2.6 -PACKAGE="memtest-serial" 2.7 -VERSION="4.20" 2.8 -CATEGORY="base-system" 2.9 -SHORT_DESC="Memory failures detection tool using serial port." 2.10 -MAINTAINER="pascal.bellard@slitaz.org" 2.11 -LICENSE="GPL" 2.12 -WEB_SITE="http://www.memtest.org/" 2.13 -WANTED="memtest" 2.14 - 2.15 -# Rules to gen a SliTaz package suitable for Tazpkg. 2.16 -genpkg_rules() 2.17 -{ 2.18 - mkdir -p $fs/boot 2.19 - cp $src/memtest.packed-115200 $fs/boot/memtest 2.20 -} 2.21 - 2.22 -# Pre and post install commands for Tazpkg. 2.23 -post_install() 2.24 -{ 2.25 - cat <<EOT 2.26 -Output to vga and serial port. Default kernel cmdline: console=ttyS0,115200e8 2.27 -EOT 2.28 -}