wok rev 18093

Up testdisk (7.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 26 11:49:18 2015 +0200 (2015-05-26)
parents 8edc1270bb8e
children bc78fe1b4ae4
files testdisk/receipt
line diff
     1.1 --- a/testdisk/receipt	Mon May 25 22:35:22 2015 +0200
     1.2 +++ b/testdisk/receipt	Tue May 26 11:49:18 2015 +0200
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="testdisk"
     1.7 -VERSION="6.14"
     1.8 +VERSION="7.0"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Data recovery tools (testdisk + photorec)."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 -TARBALL="$PACKAGE-$VERSION-WIP.tar.bz2"
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15  WEB_SITE="http://www.cgsecurity.org/wiki/TestDisk"
    1.16  WGET_URL="http://www.cgsecurity.org/$TARBALL"
    1.17  TAGS="recovery rescue"
    1.18 @@ -17,9 +17,6 @@
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 -	cd $src
    1.23 -	grep -qs 'define u8' src/hdaccess.c ||
    1.24 -	sed -i 's|#include <scsi/scsi.h>|#define u8 __u8\n&|' src/hdaccess.c
    1.25  	./configure --with-ntfs3g $CONFIGURE_ARGS &&
    1.26  	make && make install
    1.27  }