wok-current diff ntfsprogs/receipt @ rev 3141
Up: pidgin* (2.5.6)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu May 21 13:59:13 2009 +0200 (2009-05-21) |
parents | 7d4197e5834d |
children | 0588160a6878 |
line diff
1.1 --- a/ntfsprogs/receipt Sat Mar 14 14:52:47 2009 +0000 1.2 +++ b/ntfsprogs/receipt Thu May 21 13:59:13 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