wok annotate rkhunter/receipt @ rev 15474

libee: race condition
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 09 21:39:14 2013 +0000 (2013-11-09)
parents
children 3b4e4318134e
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@14511 8 WEB_SITE="http://www.rootkit.nl/projects/rootkit_hunter.html"
pascal@14511 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@14511 10 WGET_URL="$SF_MIRROR/$PACKAGE/$VERSION/$TARBALL"
pascal@14511 11
pascal@14511 12 DEPENDS=""
pascal@14511 13 BUILD_DEPENDS=""
pascal@14511 14
pascal@14511 15 # Rules to configure and make the package.
pascal@14511 16 compile_rules()
pascal@14511 17 {
pascal@14511 18 export TGZ_BUILD_ROOT=$DESTDIR
pascal@14511 19 ./installer.sh --layout TGZ --install
pascal@14511 20 }
pascal@14511 21
pascal@14511 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14511 23 genpkg_rules()
pascal@14511 24 {
pascal@14511 25 cp -a $install/* $fs
pascal@14511 26 }
pascal@14511 27