void-packages/srcpkgs/chkrootkit/template
UsernameRandomlyGenerated 8fb0045d28 chkrootkit: update to 0.55.
Closes: #32136 [via git-merge-pr]
2021-07-22 09:11:07 -04:00

22 lines
545 B
Bash

# Template file for 'chkrootkit'
pkgname=chkrootkit
version=0.55
revision=1
build_style=gnu-makefile
depends="binutils net-tools"
short_desc="Tool to locally check for signs of a rootkit"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"
homepage="http://www.chkrootkit.org"
distfiles="ftp://ftp.pangeia.com.br/pub/seg/pac/chkrootkit-${version}.tar.gz"
checksum=a81c0286ec449313f953701202a00e81b204fc2cf43e278585a11c12a5e0258b
CFLAGS="-fPIC"
LDFLAGS="-fPIC"
do_install() {
vbin chkrootkit
vdoc README
vlicense COPYRIGHT
}