void-packages/srcpkgs/chkrootkit/template
2019-02-16 06:09:00 -02:00

22 lines
545 B
Bash

# Template file for 'chkrootkit'
pkgname=chkrootkit
version=0.53
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=7262dae33b338976828b5d156b70d159e0043c0db43ada8dee66c97387cf45b5
CFLAGS="-fPIC"
LDFLAGS="-fPIC"
do_install() {
vbin chkrootkit
vdoc README
vlicense COPYRIGHT
}