wok-next view scalpel/receipt @ rev 21247

updated cyrus-imapd (2.4.17 -> 3.0.12)
author Hans-G?nter Theisgen
date Thu Dec 05 16:28:27 2019 +0100 (2019-12-05)
parents 2f03cb67a994
children
line source
1 # SliTaz package receipt v2.
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 WEB_SITE="https://www.forensicswiki.org/wiki/Scalpel"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/$TARBALL" # FIXME https://github.com/sleuthkit/scalpel
14 compile_rules() {
15 make || return 1
17 install -Dm755 scalpel $install/usr/bin/scalpel
18 install -Dm644 scalpel.conf $install/etc/scalpel.conf
19 }
21 genpkg_rules() {
22 copy @std
23 }