wok diff testdisk/receipt @ rev 18180

busybox: add /bin/ip
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 05 16:27:51 2015 +0200 (2015-07-05)
parents 408c87fa22ca
children 8af0a5338f59
line diff
     1.1 --- a/testdisk/receipt	Sat Aug 10 17:48:05 2013 +0000
     1.2 +++ b/testdisk/receipt	Sun Jul 05 16:27:51 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  }