wok view foremost/receipt @ rev 14775

Up postfix (2.10.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jun 30 11:31:08 2013 +0200 (2013-06-30)
parents 20fb04e6e666
children 3b4e4318134e
line source
1 # SliTaz package receipt.
3 PACKAGE="foremost"
4 VERSION="1.5.7"
5 CATEGORY="system-tools"
6 SHORT_DESC="Data carving utility."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://foremost.sourceforge.net"
10 WGET_URL="$WEB_SITE/pkg/$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src
16 sed -i 's/\/usr\/local\/etc/\/etc/' config.c
17 make
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/bin $fs/etc
24 cp -a $src/foremost $fs/usr/bin
25 cp -a $src/foremost.conf $fs/etc
26 }