wok diff sleuthkit/receipt @ rev 11806

sdcc: fix cp -u
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 25 16:25:09 2012 +0100 (2012-02-25)
parents 1d87b7c3fc93
children 3b4e4318134e
line diff
     1.1 --- a/sleuthkit/receipt	Sun Nov 14 21:55:41 2010 +0000
     1.2 +++ b/sleuthkit/receipt	Sat Feb 25 16:25:09 2012 +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.