wok annotate rkhunter/receipt @ rev 16267

tazweb fix
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 05 19:43:34 2014 +0200 (2014-04-05)
parents 1a664c959e41
children 53abdfcf11d4
rev   line source
pascal@14511 1 # SliTaz package receipt.
pascal@14511 2
pascal@14511 3 PACKAGE="rkhunter"
pascal@14511 4 VERSION="1.4.0"
pascal@14511 5 CATEGORY="security"
pascal@14511 6 SHORT_DESC="Rootkit scanner."
pascal@14511 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15593 8 LICENSE="GPL2"
pascal@14511 9 WEB_SITE="http://www.rootkit.nl/projects/rootkit_hunter.html"
pascal@14511 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@14511 11 WGET_URL="$SF_MIRROR/$PACKAGE/$VERSION/$TARBALL"
pascal@14511 12
pascal@14511 13 DEPENDS=""
pascal@14511 14 BUILD_DEPENDS=""
pascal@14511 15
pascal@14511 16 # Rules to configure and make the package.
pascal@14511 17 compile_rules()
pascal@14511 18 {
pascal@14511 19 export TGZ_BUILD_ROOT=$DESTDIR
pascal@14511 20 ./installer.sh --layout TGZ --install
pascal@14511 21 }
pascal@14511 22
pascal@14511 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14511 24 genpkg_rules()
pascal@14511 25 {
pascal@14511 26 cp -a $install/* $fs
pascal@14511 27 }
pascal@14511 28