wok annotate rkhunter/receipt @ rev 14629
Up: gtk+ to 2.24.18.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Jun 01 20:51:24 2013 +0000 (2013-06-01) |
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 |