wok-current view lynis/receipt @ rev 20383

p11-kit update: 0.6 (2011) -> 0.23.12 (2018)
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 20 09:49:15 2018 +0000 (2018-06-20)
parents c89cf2dc93e1
children a8bc6ffe9dde
line source
1 # SliTaz package receipt.
3 PACKAGE="lynis"
4 VERSION="2.1.1"
5 CATEGORY="security"
6 SHORT_DESC="Security and system auditing tool."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.rootkit.nl/projects/lynis.html"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="https://cisofy.com/files/$TARBALL"
13 DEPENDS=""
14 BUILD_DEPENDS=""
15 SUGGESTED="wget procps perl findutils rpm4"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr/share
21 cp -a $src $fs/usr/share/lynis
22 chown -R root.root $fs/usr/share/lynis
23 }