wok-next annotate scalpel/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | 2f03cb67a994 |
children |
rev | line source |
---|---|
al@20491 | 1 # SliTaz package receipt v2. |
pascal@4477 | 2 |
pascal@4477 | 3 PACKAGE="scalpel" |
pascal@4477 | 4 VERSION="1.60" |
pascal@4477 | 5 CATEGORY="system-tools" |
al@20491 | 6 SHORT_DESC="Frugal, high performance file carver" |
pascal@4477 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15587 | 8 LICENSE="GPL2" |
al@21020 | 9 WEB_SITE="https://www.forensicswiki.org/wiki/Scalpel" |
al@20491 | 10 |
pascal@4477 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
al@21020 | 12 WGET_URL="$WEB_SITE/$TARBALL" # FIXME https://github.com/sleuthkit/scalpel |
pascal@4477 | 13 |
al@20491 | 14 compile_rules() { |
al@20491 | 15 make || return 1 |
al@20491 | 16 |
al@21020 | 17 install -Dm755 scalpel $install/usr/bin/scalpel |
al@21020 | 18 install -Dm644 scalpel.conf $install/etc/scalpel.conf |
pascal@4477 | 19 } |
pascal@4477 | 20 |
al@20491 | 21 genpkg_rules() { |
al@20491 | 22 copy @std |
pascal@4477 | 23 } |
pascal@4477 | 24 |