wok-next view rkhunter/receipt @ rev 20863

Up: gawk (4.2.1), kmod (25), less (530), irssi (1.1.1), irssi-scripts (latest)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jun 28 12:30:17 2018 +0300 (2018-06-28)
parents 3b4e4318134e
children 8e1b2a143eb3
line source
1 # SliTaz package receipt.
3 PACKAGE="rkhunter"
4 VERSION="1.4.2"
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 }