wok view scalpel/receipt @ rev 15713

Up util-linux (2.24)
author Richard Dunbar <mojo@slitaz.org>
date Tue Dec 24 21:11:57 2013 +0000 (2013-12-24)
parents c1ac547a80bf
children 7c0170dd3ecc
line source
1 # SliTaz package receipt.
3 PACKAGE="scalpel"
4 VERSION="1.60"
5 CATEGORY="system-tools"
6 SHORT_DESC="Frugal, high performance file carver."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.digitalforensicssolutions.com/Scalpel"
11 WGET_URL="$WEB_SITE/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src && make
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 mkdir -p $fs/usr/bin $fs/etc
23 cp -a $src/scalpel $fs/usr/bin
24 cp -a $src/scalpel.conf $fs/etc
25 }