22 lines
557 B
Bash
22 lines
557 B
Bash
# Template file for 'chkrootkit'
|
|
pkgname=chkrootkit
|
|
version=0.52
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
depends="binutils net-tools"
|
|
maintainer="cr6git <quark6@protonmail.com>"
|
|
short_desc="Tool to locally check for signs of a rootkit"
|
|
homepage="http://www.chkrootkit.org"
|
|
license="BSD"
|
|
distfiles="https://launchpad.net/chkrootkit/main/${version}/+download/chkrootkit-${version}.tar.gz"
|
|
checksum=c578c0b9c8ae0729c2de7075f896f3d168e768c52e319a7706c9a7e46ff7a211
|
|
|
|
CFLAGS="-fPIC"
|
|
LDFLAGS="-fPIC"
|
|
|
|
do_install() {
|
|
vbin chkrootkit
|
|
vdoc README
|
|
vlicense COPYRIGHT
|
|
}
|