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