wok annotate lynis/receipt @ rev 18724

lynis 2.1.1 + receipt change: download at new place, but website link works still
author Erkan Yilmaz <erkan@slitaz.org>
date Fri Dec 18 13:06:39 2015 +0000 (2015-12-18)
parents 3ccc69bd69ec
children c89cf2dc93e1
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"
pascal@14512 6 SHORT_DESC="Security and system auditing tool."
pascal@14512 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14997 8 LICENSE="GPL3"
pascal@14512 9 WEB_SITE="http://www.rootkit.nl/projects/lynis.html"
pascal@14512 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
erkan@18724 11 WGET_URL="https://cisofy.com/files/$TARBALL"
pascal@14512 12
pascal@14512 13 DEPENDS=""
pascal@14512 14 BUILD_DEPENDS=""
pascal@17487 15 SUGGESTED="wget procps perl findutils rpm4"
pascal@14512 16
pascal@14512 17 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14512 18 genpkg_rules()
pascal@14512 19 {
pascal@14513 20 mkdir -p $fs/usr/share
pascal@14512 21 cp -a $src $fs/usr/share/lynis
pascal@14514 22 chown -R root.root $fs/usr/share/lynis
pascal@14512 23 }
pascal@14512 24