wok diff sleuthkit/receipt @ rev 13889
Up: slitaz-dev-tools (1.9)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Jan 17 19:37:12 2013 +0100 (2013-01-17) |
parents | 1d87b7c3fc93 |
children | 3b4e4318134e |
line diff
1.1 --- a/sleuthkit/receipt Sun Nov 14 21:55:41 2010 +0000 1.2 +++ b/sleuthkit/receipt Thu Jan 17 19:37:12 2013 +0100 1.3 @@ -1,16 +1,17 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="sleuthkit" 1.7 -VERSION="3.2.0" 1.8 +VERSION="3.2.3" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="File system and media management forensic analysis tools (supports NTFS, FAT, UFS1/2, FFS, Ext2 and Ext3)" 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 -DEPENDS="perl" 1.13 -BUILD_DEPENDS="perl sqlite-dev libpthread-stubs" 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 WEB_SITE="http://www.sleuthkit.org/sleuthkit" 1.16 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.17 1.18 +DEPENDS="perl" 1.19 +BUILD_DEPENDS="perl sqlite-dev libpthread-stubs" 1.20 + 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 @@ -22,7 +23,7 @@ 1.25 --without-libewf \ 1.26 --without-afflib \ 1.27 $CONFIGURE_ARGS && 1.28 - make LDFLAGS+="-lpthread -ldl" && make DESTDIR=$PWD/_pkg install 1.29 + make LDFLAGS+="-lpthread -ldl" && make DESTDIR=$DESTDIR install 1.30 } 1.31 1.32 # Rules to gen a SliTaz package suitable for Tazpkg.