wok annotate chkexploit/receipt @ rev 23699
updated tig (2.4.1 -> 2.5.1)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 28 07:55:25 2020 +0100 (2020-04-28) |
parents | |
children | d8c511e24c20 |
rev | line source |
---|---|
pascal@18139 | 1 # SliTaz package receipt. |
pascal@18139 | 2 |
pascal@18139 | 3 PACKAGE="chkexploit" |
pascal@18139 | 4 VERSION="1.13" |
pascal@18139 | 5 CATEGORY="security" |
pascal@18139 | 6 SHORT_DESC="Check the system for vulnerabilities to some publicly available exploits." |
pascal@18139 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@18139 | 8 LICENSE="GPL" |
pascal@18139 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@18139 | 10 WEB_SITE="http://www.chkrootkit.org/" |
pascal@18139 | 11 WGET_URL="ftp://ftp.pangeia.com.br/pub/seg/pac/$TARBALL" |
pascal@18139 | 12 |
pascal@18139 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@18139 | 14 genpkg_rules() |
pascal@18139 | 15 { |
pascal@18139 | 16 mkdir -p $fs/usr/share/chkrootkit |
pascal@18139 | 17 cp $src/chkexploit $fs/usr/share/chkrootkit |
pascal@18139 | 18 } |