wok view rkhunter/receipt @ rev 22434

Add sshrc (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 21 12:20:01 2019 +0100 (2019-12-21)
parents 8dd8bab3f0ca
children e919c5a2742d
line source
1 # SliTaz package receipt.
3 PACKAGE="rkhunter"
4 VERSION="1.4.6"
5 CATEGORY="security"
6 SHORT_DESC="Rootkit scanner."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://rkhunter.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$VERSION/$TARBALL"
14 DEPENDS=""
15 BUILD_DEPENDS=""
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 export TGZ_BUILD_ROOT=$DESTDIR
21 ./installer.sh --layout TGZ --install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs
28 }