wok-current rev 14512
Add lynis
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue May 14 13:55:15 2013 +0200 (2013-05-14) |
parents | 1a664c959e41 |
children | ab1656795472 |
files | lynis/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lynis/receipt Tue May 14 13:55:15 2013 +0200 1.3 @@ -0,0 +1,21 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="lynis" 1.7 +VERSION="1.3.0" 1.8 +CATEGORY="security" 1.9 +SHORT_DESC="Security and system auditing tool." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +WEB_SITE="http://www.rootkit.nl/projects/lynis.html" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +WGET_URL="http://www.rootkit.nl/files/$TARBALL" 1.14 + 1.15 +DEPENDS="" 1.16 +BUILD_DEPENDS="" 1.17 + 1.18 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.19 +genpkg_rules() 1.20 +{ 1.21 + mkdir $fs/usr/share 1.22 + cp -a $src $fs/usr/share/lynis 1.23 +} 1.24 +