wok view foremost/receipt @ rev 13399

Up wireshark (1.8.2)
author Samuel Trassare <samuel_trassare@yahoo.com>
date Wed Sep 26 16:12:34 2012 +0000 (2012-09-26)
parents c1ac547a80bf
children ac46c58abb97
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 && make
16 }
18 # Rules to gen a SliTaz package suitable for Tazpkg.
19 genpkg_rules()
20 {
21 mkdir -p $fs/usr/bin $fs/etc
22 cp -a $src/foremost $fs/usr/bin
23 cp -a $src/foremost.conf $fs/etc
24 }