wok-next diff memtest/receipt @ rev 20467
Up cookutils (1034), TiMidity++, alpine, caps, alsaequal
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Mar 08 01:13:43 2018 +0200 (2018-03-08) |
parents | 59b28731c360 |
children | d6378d455338 |
line diff
1.1 --- a/memtest/receipt Sun Nov 05 13:03:25 2017 +0100 1.2 +++ b/memtest/receipt Thu Mar 08 01:13:43 2018 +0200 1.3 @@ -3,7 +3,7 @@ 1.4 PACKAGE="memtest" 1.5 VERSION="5.01" 1.6 CATEGORY="base-system" 1.7 -SHORT_DESC="Memory failures detection tool." 1.8 +SHORT_DESC="Memory failures detection tool" 1.9 MAINTAINER="pascal.bellard@slitaz.org" 1.10 LICENSE="GPL2" 1.11 WEB_SITE="http://www.memtest.org/" 1.12 @@ -12,8 +12,8 @@ 1.13 TARBALL="$SOURCE-$VERSION.tar.gz" 1.14 WGET_URL="${WEB_SITE}download/$VERSION/$TARBALL" 1.15 1.16 -BUILD_DEPENDS="xz" 1.17 -SPLIT="memtest-serial gcc3" 1.18 +BUILD_DEPENDS="xz gcc3" 1.19 +SPLIT="memtest-serial" 1.20 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 @@ -50,7 +50,7 @@ 1.24 cp $src/memtest.packed $fs/boot/memtest 1.25 ;; 1.26 memtest-serial) 1.27 - CAT="base-system|Memory failures detection tool using serial port." 1.28 + CAT="base-system|using serial port" 1.29 mkdir -p $fs/boot 1.30 cp $src/memtest.packed-115200 $fs/boot/memtest 1.31 ;;