wok-next annotate rkhunter/receipt @ rev 21578

updated davfs2 (1.5.4 -> 1.5.6)
author Hans-G?nter Theisgen
date Tue Jun 23 15:33:53 2020 +0100 (2020-06-23)
parents d5aab818505e
children
rev   line source
pascal@14511 1 # SliTaz package receipt.
pascal@14511 2
pascal@14511 3 PACKAGE="rkhunter"
pascal@18138 4 VERSION="1.4.2"
pascal@14511 5 CATEGORY="security"
al@21020 6 SHORT_DESC="Rootkit scanner"
pascal@14511 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15593 8 LICENSE="GPL2"
al@20949 9 WEB_SITE="http://rkhunter.sourceforge.net/"
al@21020 10
pascal@14511 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@21020 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@14511 13
al@21094 14 COOKOPTS="force-arch" # different .conf, .pl, .sh
al@21094 15
al@21020 16 compile_rules() {
al@21020 17 export TGZ_BUILD_ROOT=$install
pascal@14511 18 ./installer.sh --layout TGZ --install
pascal@14511 19 }
pascal@14511 20
al@21020 21 genpkg_rules() {
pascal@14511 22 cp -a $install/* $fs
pascal@14511 23 }