2013-03-08 08:29:20 +00:00
|
|
|
# Template file for 'foremost'
|
|
|
|
pkgname=foremost
|
|
|
|
version=1.5.7
|
2014-02-19 14:21:51 +00:00
|
|
|
revision=2
|
2014-01-01 15:10:11 +00:00
|
|
|
conf_files="/etc/foremost.conf"
|
2013-03-08 08:29:20 +00:00
|
|
|
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
|
|
|
|
}
|