wok-next view foremost/receipt @ rev 21715

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents e1c0edabdcb2
children
line source
1 # SliTaz package receipt v2.
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 LICENSE="PublicDomain"
9 WEB_SITE="http://foremost.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/pkg/$TARBALL"
14 compile_rules() {
15 sed -i 's/\/usr\/local\/etc/\/etc/' config.c
16 make || return 1
18 install -Dm755 $src/foremost $install/usr/bin/foremost
19 install -Dm644 $src/foremost.conf $install/etc/foremost.conf
20 }
22 genpkg_rules() {
23 copy @std
24 }