wok view scalpel/receipt @ rev 11380

Improvement: libwebkit doesn't need -j1 to compile anymore
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 03:55:28 2011 +0100 (2011-12-10)
parents
children 164fcaca1cd0
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.digitalforensicssolutions.com/Scalpel"
10 WGET_URL="$WEB_SITE/$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/scalpel $fs/usr/bin
23 cp -a $src/scalpel.conf $fs/etc
24 }