wok-next view chkexploit/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents d5aab818505e
children
line source
1 # SliTaz package receipt.
3 PACKAGE="chkexploit"
4 VERSION="1.13"
5 CATEGORY="security"
6 SHORT_DESC="Check the system for vulnerabilities to some publicly available exploits"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="http://www.chkrootkit.org/"
10 HOST_ARCH="any"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="ftp://ftp.pangeia.com.br/pub/seg/pac/$TARBALL"
15 genpkg_rules() {
16 mkdir -p $fs/usr/share/chkrootkit
17 cp $src/chkexploit $fs/usr/share/chkrootkit
18 }