wok-next diff ntfsprogs/receipt @ rev 2460

ncmpc, net6, netatalk*, newt, nmap, ntfsprogs, ntop, ntp: update depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 14 14:52:47 2009 +0000 (2009-03-14)
parents 4615573735e2
children d27b69f84bf1
line diff
     1.1 --- a/ntfsprogs/receipt	Wed Feb 13 13:27:11 2008 +0100
     1.2 +++ b/ntfsprogs/receipt	Sat Mar 14 14:52:47 2009 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Utilities for ntfs manipulations with FUSE module."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="fuse ntfs-3g"
     1.8 +DEPENDS="fuse ntfs-3g libuuid"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.linux-ntfs.org/"
    1.11  WGET_URL="$SF_MIRROR/linux-ntfs/$TARBALL"
    1.12 @@ -18,8 +18,8 @@
    1.13  		--prefix=/usr \
    1.14  		--mandir=/usr/share/man \
    1.15  		--enable-fuse-module
    1.16 -		$CONFIGURE_ARGS
    1.17 -	make
    1.18 +		$CONFIGURE_ARGS &&
    1.19 +	make &&
    1.20  	make DESTDIR=$PWD/_pkg install
    1.21  }
    1.22