wok rev 2463

ntfsprogs: update build-depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 14 15:23:53 2009 +0000 (2009-03-14)
parents 7d03592574dc
children cde7fa93f1d6
files ntfsprogs/receipt
line diff
     1.1 --- a/ntfsprogs/receipt	Sat Mar 14 15:09:51 2009 +0000
     1.2 +++ b/ntfsprogs/receipt	Sat Mar 14 15:23:53 2009 +0000
     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