wok diff ntfsprogs/receipt @ rev 3000

slim: Fix pre_install func to backup config file (Thanks firmit)
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 11 21:44:31 2009 +0200 (2009-05-11)
parents 7d4197e5834d
children 0588160a6878
line diff
     1.1 --- a/ntfsprogs/receipt	Sat Mar 14 14:52:47 2009 +0000
     1.2 +++ b/ntfsprogs/receipt	Mon May 11 21:44:31 2009 +0200
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="Utilities for ntfs manipulations with FUSE module."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="fuse ntfs-3g libuuid"
     1.7 +BUILD_DEPENDS="fuse"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://www.linux-ntfs.org/"
    1.10  WGET_URL="$SF_MIRROR/linux-ntfs/$TARBALL"
    1.11 @@ -17,7 +18,7 @@
    1.12  	./configure \
    1.13  		--prefix=/usr \
    1.14  		--mandir=/usr/share/man \
    1.15 -		--enable-fuse-module
    1.16 +		--enable-fuse-module \
    1.17  		$CONFIGURE_ARGS &&
    1.18  	make &&
    1.19  	make DESTDIR=$PWD/_pkg install