wok view rkhunter/receipt @ rev 14601

SLiM session: slim up 1.3.5; added slim-theme manager; added three hand-made themes. Read forum for details
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 28 13:24:15 2013 +0000 (2013-05-28)
parents
children 3b4e4318134e
line source
1 # SliTaz package receipt.
3 PACKAGE="rkhunter"
4 VERSION="1.4.0"
5 CATEGORY="security"
6 SHORT_DESC="Rootkit scanner."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.rootkit.nl/projects/rootkit_hunter.html"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$VERSION/$TARBALL"
12 DEPENDS=""
13 BUILD_DEPENDS=""
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 export TGZ_BUILD_ROOT=$DESTDIR
19 ./installer.sh --layout TGZ --install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $install/* $fs
26 }