wok-next diff scalpel/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
parents 2f03cb67a994
children
line diff
     1.1 --- a/scalpel/receipt	Tue Mar 13 02:04:32 2018 +0200
     1.2 +++ b/scalpel/receipt	Wed May 13 08:02:17 2020 +0100
     1.3 @@ -6,16 +6,16 @@
     1.4  SHORT_DESC="Frugal, high performance file carver"
     1.5  MAINTAINER="pascal.bellard@slitaz.org"
     1.6  LICENSE="GPL2"
     1.7 -WEB_SITE="http://www.digitalforensicssolutions.com/Scalpel"
     1.8 +WEB_SITE="https://www.forensicswiki.org/wiki/Scalpel"
     1.9  
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11 -WGET_URL="$WEB_SITE/$TARBALL"
    1.12 +WGET_URL="$WEB_SITE/$TARBALL" # FIXME https://github.com/sleuthkit/scalpel
    1.13  
    1.14  compile_rules() {
    1.15  	make || return 1
    1.16  
    1.17 -	install -Dm 755 $src/scalpel      $install/usr/bin/scalpel
    1.18 -	install -Dm 644 $src/scalpel.conf $install/etc/scalpel.conf
    1.19 +	install -Dm755 scalpel      $install/usr/bin/scalpel
    1.20 +	install -Dm644 scalpel.conf $install/etc/scalpel.conf
    1.21  }
    1.22  
    1.23  genpkg_rules() {