diff --git a/srcpkgs/foremost/template b/srcpkgs/foremost/template index f87eb3756b1..dfe7687b4ee 100644 --- a/srcpkgs/foremost/template +++ b/srcpkgs/foremost/template @@ -1,7 +1,7 @@ # Template file for 'foremost' pkgname=foremost version=1.5.7 -revision=2 +revision=3 conf_files="/etc/foremost.conf" short_desc="Forensic program to recover lost files" maintainer="Juan RP " @@ -10,12 +10,15 @@ homepage="http://foremost.sourceforge.net/" distfiles="http://foremost.sourceforge.net/pkg/foremost-${version}.tar.gz" checksum=502054ef212e3d90b292e99c7f7ac91f89f024720cd5a7e7680c3d1901ef5f34 +do_configure() { + sed "s,RAW_FLAGS =.*,RAW_FLAGS = $CFLAGS," -i Makefile +} 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 + vbin foremost + gunzip foremost.8.gz + vman foremost.8 + vconf foremost.conf }