wok-next view scalpel/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
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 }