wok view rkhunter/receipt @ rev 22760

updated findutils (4.6.0 -> 4.7.0)
author Hans-G?nter Theisgen
date Fri Jan 24 17:10:12 2020 +0100 (2020-01-24)
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 }