wok view chkexploit/receipt @ rev 22441

vlc: lots of warnings/missing -> add 29 deps at end, unsorted for now
author Erkan Yilmaz <erkan@slitaz.org>
date Mon Dec 23 15:00:20 2019 +0000 (2019-12-23)
parents
children d8c511e24c20
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.chkrootkit.org/"
11 WGET_URL="ftp://ftp.pangeia.com.br/pub/seg/pac/$TARBALL"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share/chkrootkit
17 cp $src/chkexploit $fs/usr/share/chkrootkit
18 }