wok view rkhunter/receipt @ rev 15781

linux: remove kmod dep
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 13 00:02:35 2014 +0100 (2014-01-13)
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 }