wok-next diff lynis/receipt @ rev 21543

updated ccid (1.4.30 -> 1.4.32)
author Hans-G?nter Theisgen
date Sun Jun 21 17:20:25 2020 +0100 (2020-06-21)
parents a3c581bf52b8
children
line diff
     1.1 --- a/lynis/receipt	Fri Aug 10 12:53:17 2018 +0300
     1.2 +++ b/lynis/receipt	Sun Jun 21 17:20:25 2020 +0100
     1.3 @@ -3,20 +3,17 @@
     1.4  PACKAGE="lynis"
     1.5  VERSION="2.1.1"
     1.6  CATEGORY="security"
     1.7 -SHORT_DESC="Security and system auditing tool."
     1.8 +SHORT_DESC="Security and system auditing tool"
     1.9  MAINTAINER="pascal.bellard@slitaz.org"
    1.10  LICENSE="GPL3"
    1.11  WEB_SITE="https://cisofy.com/lynis/"
    1.12 +
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WGET_URL="https://cisofy.com/files/$TARBALL"
    1.15  
    1.16 -SUGGESTED="wget procps perl findutils rpm4"
    1.17 -
    1.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 -genpkg_rules()
    1.20 -{
    1.21 +genpkg_rules() {
    1.22  	mkdir -p $fs/usr/share
    1.23  	cp -a $src $fs/usr/share/lynis
    1.24  	chown -R root.root $fs/usr/share/lynis
    1.25 +	SUGGESTED="wget procps perl findutils rpm4"
    1.26  }
    1.27 -