wok-6.x diff testdisk/receipt @ rev 14952
Up: ethumb-dev (1.7.8)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Aug 08 19:16:04 2013 +0200 (2013-08-08) |
parents | 44b93d6a30c8 |
children | 408c87fa22ca |
line diff
1.1 --- a/testdisk/receipt Wed Oct 10 09:44:15 2012 +0200 1.2 +++ b/testdisk/receipt Thu Aug 08 19:16:04 2013 +0200 1.3 @@ -10,7 +10,7 @@ 1.4 WGET_URL="http://www.cgsecurity.org/$TARBALL" 1.5 TAGS="recovery rescue" 1.6 1.7 -DEPENDS="e2fsprogs ncurses jpeg krb5 zlib libcomerr3 ncursesw ntfs-3g" 1.8 +DEPENDS="e2fsprogs ncurses jpeg krb5 zlib libcomerr3 ncursesw ntfsprogs ntfs-3g" 1.9 BUILD_DEPENDS="e2fsprogs-dev ncurses-dev jpeg-dev ntfsprogs-dev ntfs-3g-dev" 1.10 1.11 # Rules to configure and make the package. 1.12 @@ -19,7 +19,7 @@ 1.13 cd $src 1.14 grep -qs 'define u8' src/hdaccess.c || 1.15 sed -i 's|#include <scsi/scsi.h>|#define u8 __u8\n&|' src/hdaccess.c 1.16 - ./configure $CONFIGURE_ARGS && 1.17 + ./configure --with-ntfs3g $CONFIGURE_ARGS && 1.18 make && make install 1.19 } 1.20