# HG changeset patch # User Christopher Rogers # Date 1318749892 0 # Node ID fbd3bf6502b533747543a9c2a517e2b7e815566a # Parent 89114f9467259980cf03cb9d18034427b5a9c086 Up; sleuthkit to 3.2.3. diff -r 89114f946725 -r fbd3bf6502b5 sleuthkit-dev/receipt --- a/sleuthkit-dev/receipt Sun Oct 16 07:23:25 2011 +0000 +++ b/sleuthkit-dev/receipt Sun Oct 16 07:24:52 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="sleuthkit-dev" -VERSION="3.2.0" +VERSION="3.2.3" CATEGORY="development" SHORT_DESC="devel files for sleuthkit." MAINTAINER="slaxemulator@gmail.com" diff -r 89114f946725 -r fbd3bf6502b5 sleuthkit/receipt --- a/sleuthkit/receipt Sun Oct 16 07:23:25 2011 +0000 +++ b/sleuthkit/receipt Sun Oct 16 07:24:52 2011 +0000 @@ -1,16 +1,17 @@ # SliTaz package receipt. PACKAGE="sleuthkit" -VERSION="3.2.0" +VERSION="3.2.3" CATEGORY="misc" SHORT_DESC="File system and media management forensic analysis tools (supports NTFS, FAT, UFS1/2, FFS, Ext2 and Ext3)" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="perl" -BUILD_DEPENDS="perl sqlite-dev libpthread-stubs" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.sleuthkit.org/sleuthkit" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="perl" +BUILD_DEPENDS="perl sqlite-dev libpthread-stubs" + # Rules to configure and make the package. compile_rules() { @@ -22,7 +23,7 @@ --without-libewf \ --without-afflib \ $CONFIGURE_ARGS && - make LDFLAGS+="-lpthread -ldl" && make DESTDIR=$PWD/_pkg install + make LDFLAGS+="-lpthread -ldl" && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.