wok-next view lynis/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents a3c581bf52b8
children
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="https://cisofy.com/lynis/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://cisofy.com/files/$TARBALL"
14 genpkg_rules() {
15 mkdir -p $fs/usr/share
16 cp -a $src $fs/usr/share/lynis
17 chown -R root.root $fs/usr/share/lynis
18 SUGGESTED="wget procps perl findutils rpm4"
19 }