wok-next rev 20222

memtest: typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Nov 05 17:29:21 2017 +0200 (2017-11-05)
parents 2de6fbbac440
children d5f9530836a4
files lzma/receipt memtest/receipt
line diff
     1.1 --- a/lzma/receipt	Sun Nov 05 14:16:37 2017 +0100
     1.2 +++ b/lzma/receipt	Sun Nov 05 17:29:21 2017 +0200
     1.3 @@ -3,7 +3,7 @@
     1.4  PACKAGE="lzma"
     1.5  VERSION="4.57"
     1.6  CATEGORY="base-system"
     1.7 -SHORT_DESC="Compressor with a high compression ratio."
     1.8 +SHORT_DESC="Compressor with a high compression ratio"
     1.9  MAINTAINER="pascal.bellard@slitaz.org"
    1.10  LICENSE="LGPL2.1"
    1.11  WEB_SITE="http://sourceforge.net/projects/sevenzip/"
    1.12 @@ -54,12 +54,11 @@
    1.13  		ln -s lzma $fs/usr/bin/lzcat
    1.14  		;;
    1.15  	lzlib-dev)
    1.16 -		CAT="development|Compressor with a high compression ratio devel files."
    1.17  		mkdir -p $fs/usr/include
    1.18  		cp -a $src/CPP/7zip/Compress/LZMA_Alone/lzlib.h $fs/usr/include
    1.19  		;;
    1.20  	lzlib)
    1.21 -		CAT="base-system|Compressor with a high compression ratio library."
    1.22 +		CAT="base-system|library"
    1.23  		DEPENDS="zlib gcc-lib-base"
    1.24  		mkdir -p $fs/lib
    1.25  		cp -a $src/CPP/7zip/Compress/LZMA_Alone/liblz.so.1.0.0 $fs/lib
     2.1 --- a/memtest/receipt	Sun Nov 05 14:16:37 2017 +0100
     2.2 +++ b/memtest/receipt	Sun Nov 05 17:29:21 2017 +0200
     2.3 @@ -3,7 +3,7 @@
     2.4  PACKAGE="memtest"
     2.5  VERSION="5.01"
     2.6  CATEGORY="base-system"
     2.7 -SHORT_DESC="Memory failures detection tool."
     2.8 +SHORT_DESC="Memory failures detection tool"
     2.9  MAINTAINER="pascal.bellard@slitaz.org"
    2.10  LICENSE="GPL2"
    2.11  WEB_SITE="http://www.memtest.org/"
    2.12 @@ -12,8 +12,8 @@
    2.13  TARBALL="$SOURCE-$VERSION.tar.gz"
    2.14  WGET_URL="${WEB_SITE}download/$VERSION/$TARBALL"
    2.15  
    2.16 -BUILD_DEPENDS="xz"
    2.17 -SPLIT="memtest-serial gcc3"
    2.18 +BUILD_DEPENDS="xz gcc3"
    2.19 +SPLIT="memtest-serial"
    2.20  
    2.21  # Rules to configure and make the package.
    2.22  compile_rules()
    2.23 @@ -50,7 +50,7 @@
    2.24  		cp $src/memtest.packed $fs/boot/memtest
    2.25  		;;
    2.26  	memtest-serial)
    2.27 -		CAT="base-system|Memory failures detection tool using serial port."
    2.28 +		CAT="base-system|using serial port"
    2.29  		mkdir -p $fs/boot
    2.30  		cp $src/memtest.packed-115200 $fs/boot/memtest
    2.31  		;;