wok annotate rkhunter/receipt @ rev 18870
get-skype: fix skype.desktop moving/copying problem
use busybox wget as more predictable
use busybox wget as more predictable
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Feb 03 18:54:47 2016 +0200 (2016-02-03) |
parents | 3b4e4318134e |
children | 8dd8bab3f0ca |
rev | line source |
---|---|
pascal@14511 | 1 # SliTaz package receipt. |
pascal@14511 | 2 |
pascal@14511 | 3 PACKAGE="rkhunter" |
pascal@18138 | 4 VERSION="1.4.2" |
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 } |