wok diff sleuthkit/receipt @ rev 19586
mscore: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Dec 26 14:19:02 2016 +0100 (2016-12-26) |
parents | fbd3bf6502b5 |
children | 72d6b168828a |
line diff
1.1 --- a/sleuthkit/receipt Sun Oct 16 07:24:52 2011 +0000 1.2 +++ b/sleuthkit/receipt Mon Dec 26 14:19:02 2016 +0100 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="misc" 1.5 SHORT_DESC="File system and media management forensic analysis tools (supports NTFS, FAT, UFS1/2, FFS, Ext2 and Ext3)" 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.sleuthkit.org/sleuthkit" 1.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.11 @@ -30,8 +31,8 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/lib $fs/usr/share 1.15 - cp -a $_pkg/usr/bin $fs/usr 1.16 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.17 - cp -a $_pkg/usr/share/tsk3 $fs/usr/share 1.18 + cp -a $install/usr/bin $fs/usr 1.19 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.20 + cp -a $install/usr/share/tsk3 $fs/usr/share 1.21 } 1.22