wok view lynis/receipt @ rev 14921

Up: firefox-langpack-pt_PT (17.0.7esr)
author Richard Dunbar <mojo@slitaz.org>
date Tue Aug 06 01:25:46 2013 +0000 (2013-08-06)
parents ab1656795472
children 7d6089953592
line source
1 # SliTaz package receipt.
3 PACKAGE="lynis"
4 VERSION="1.3.0"
5 CATEGORY="security"
6 SHORT_DESC="Security and system auditing tool."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.rootkit.nl/projects/lynis.html"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="http://www.rootkit.nl/files/$TARBALL"
12 DEPENDS=""
13 BUILD_DEPENDS=""
14 SUGGESTED="wget procps perl findutils rpm4 passwd"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/share
20 cp -a $src $fs/usr/share/lynis
21 chown -R root.root $fs/usr/share/lynis
22 }