wok rev 11036
Up; sleuthkit to 3.2.3.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Oct 16 07:24:52 2011 +0000 (2011-10-16) |
parents | 89114f946725 |
children | dfca2060aa32 |
files | sleuthkit-dev/receipt sleuthkit/receipt |
line diff
1.1 --- a/sleuthkit-dev/receipt Sun Oct 16 07:23:25 2011 +0000 1.2 +++ b/sleuthkit-dev/receipt Sun Oct 16 07:24:52 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="sleuthkit-dev" 1.7 -VERSION="3.2.0" 1.8 +VERSION="3.2.3" 1.9 CATEGORY="development" 1.10 SHORT_DESC="devel files for sleuthkit." 1.11 MAINTAINER="slaxemulator@gmail.com"
2.1 --- a/sleuthkit/receipt Sun Oct 16 07:23:25 2011 +0000 2.2 +++ b/sleuthkit/receipt Sun Oct 16 07:24:52 2011 +0000 2.3 @@ -1,16 +1,17 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="sleuthkit" 2.7 -VERSION="3.2.0" 2.8 +VERSION="3.2.3" 2.9 CATEGORY="misc" 2.10 SHORT_DESC="File system and media management forensic analysis tools (supports NTFS, FAT, UFS1/2, FFS, Ext2 and Ext3)" 2.11 MAINTAINER="slaxemulator@gmail.com" 2.12 -DEPENDS="perl" 2.13 -BUILD_DEPENDS="perl sqlite-dev libpthread-stubs" 2.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.15 WEB_SITE="http://www.sleuthkit.org/sleuthkit" 2.16 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 2.17 2.18 +DEPENDS="perl" 2.19 +BUILD_DEPENDS="perl sqlite-dev libpthread-stubs" 2.20 + 2.21 # Rules to configure and make the package. 2.22 compile_rules() 2.23 { 2.24 @@ -22,7 +23,7 @@ 2.25 --without-libewf \ 2.26 --without-afflib \ 2.27 $CONFIGURE_ARGS && 2.28 - make LDFLAGS+="-lpthread -ldl" && make DESTDIR=$PWD/_pkg install 2.29 + make LDFLAGS+="-lpthread -ldl" && make DESTDIR=$DESTDIR install 2.30 } 2.31 2.32 # Rules to gen a SliTaz package suitable for Tazpkg.