wok view rkhunter/receipt @ rev 18030

Up: cookutils, cookutils-daemon (729).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 08 11:52:32 2015 +0300 (2015-05-08)
parents 1a664c959e41
children 53abdfcf11d4
line source
1 # SliTaz package receipt.
3 PACKAGE="rkhunter"
4 VERSION="1.4.0"
5 CATEGORY="security"
6 SHORT_DESC="Rootkit scanner."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.rootkit.nl/projects/rootkit_hunter.html"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$VERSION/$TARBALL"
13 DEPENDS=""
14 BUILD_DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 export TGZ_BUILD_ROOT=$DESTDIR
20 ./installer.sh --layout TGZ --install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/* $fs
27 }