22 lines
545 B
Bash
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
|
|
}
|