21 lines
597 B
Text
21 lines
597 B
Text
# Template file for 'foremost'
|
|
pkgname=foremost
|
|
version=1.5.7
|
|
revision=2
|
|
conf_files="/etc/foremost.conf"
|
|
short_desc="Forensic program to recover lost files"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="Public domain, GPL-2"
|
|
homepage="http://foremost.sourceforge.net/"
|
|
distfiles="http://foremost.sourceforge.net/pkg/foremost-${version}.tar.gz"
|
|
checksum=502054ef212e3d90b292e99c7f7ac91f89f024720cd5a7e7680c3d1901ef5f34
|
|
|
|
do_build() {
|
|
make RAW_CC="$CC" ${makejobs}
|
|
}
|
|
|
|
do_install() {
|
|
vinstall foremost 755 usr/bin
|
|
vinstall foremost.8.gz 644 usr/share/man/man8
|
|
vinstall foremost.conf 644 etc
|
|
}
|