wok annotate rkhunter/receipt @ rev 23764
fusecloop: multicompressor support (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue May 05 20:28:26 2020 +0000 (2020-05-05) |
parents | 8dd8bab3f0ca |
children | e919c5a2742d |
rev | line source |
---|---|
pascal@14511 | 1 # SliTaz package receipt. |
pascal@14511 | 2 |
pascal@14511 | 3 PACKAGE="rkhunter" |
Hans-G?nter@21842 | 4 VERSION="1.4.6" |
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@20672 | 9 WEB_SITE="http://rkhunter.sourceforge.net/" |
Hans-G?nter@21842 | 10 |
pascal@14511 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@14511 | 12 WGET_URL="$SF_MIRROR/$PACKAGE/$VERSION/$TARBALL" |
pascal@14511 | 13 |
pascal@14511 | 14 DEPENDS="" |
pascal@14511 | 15 BUILD_DEPENDS="" |
pascal@14511 | 16 |
pascal@14511 | 17 # Rules to configure and make the package. |
pascal@14511 | 18 compile_rules() |
pascal@14511 | 19 { |
pascal@14511 | 20 export TGZ_BUILD_ROOT=$DESTDIR |
pascal@14511 | 21 ./installer.sh --layout TGZ --install |
pascal@14511 | 22 } |
pascal@14511 | 23 |
pascal@14511 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@14511 | 25 genpkg_rules() |
pascal@14511 | 26 { |
pascal@14511 | 27 cp -a $install/* $fs |
pascal@14511 | 28 } |