wok-next annotate lynis/receipt @ rev 21721

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
parents a3c581bf52b8
children
rev   line source
pascal@14512 1 # SliTaz package receipt.
pascal@14512 2
pascal@14512 3 PACKAGE="lynis"
erkan@18724 4 VERSION="2.1.1"
pascal@14512 5 CATEGORY="security"
al@21020 6 SHORT_DESC="Security and system auditing tool"
pascal@14512 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14997 8 LICENSE="GPL3"
al@20906 9 WEB_SITE="https://cisofy.com/lynis/"
al@21020 10
pascal@14512 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
erkan@18724 12 WGET_URL="https://cisofy.com/files/$TARBALL"
pascal@14512 13
al@21020 14 genpkg_rules() {
erkan@18726 15 mkdir -p $fs/usr/share
erkan@18726 16 cp -a $src $fs/usr/share/lynis
erkan@18726 17 chown -R root.root $fs/usr/share/lynis
al@21020 18 SUGGESTED="wget procps perl findutils rpm4"
pascal@14512 19 }