wok diff ntfs-3g/receipt @ rev 15602
Use DESTDIR
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 05 20:42:36 2013 +0000 (2013-12-05) |
parents | 58941a070b50 |
children | 50a3e04c6f5b |
line diff
1.1 --- a/ntfs-3g/receipt Wed Feb 27 15:14:08 2013 +0000 1.2 +++ b/ntfs-3g/receipt Thu Dec 05 20:42:36 2013 +0000 1.3 @@ -5,8 +5,7 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="The free ntfs driver." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="fuse attr" 1.8 -BUILD_DEPENDS="fuse-dev attr-dev" 1.9 +LICENSE="GPL2" 1.10 SOURCE="ntfs-3g_ntfsprogs" 1.11 TARBALL="$SOURCE-$VERSION.tgz" 1.12 WEB_SITE="http://tuxera.com/opensource" 1.13 @@ -14,6 +13,9 @@ 1.14 CONFIG_FILES="/etc/filesystems" 1.15 TAGS="windows" 1.16 1.17 +DEPENDS="fuse attr" 1.18 +BUILD_DEPENDS="fuse-dev attr-dev" 1.19 + 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 { 1.23 @@ -23,7 +25,7 @@ 1.24 --with-fuse=external \ 1.25 --mandir=/usr/share/man $CONFIGURE_ARGS && 1.26 make && 1.27 - make DESTDIR=$PWD/_pkg install 1.28 + make DESTDIR=$DESTDIR install 1.29 } 1.30 1.31 # Rules to gen a SliTaz package suitable for Tazpkg.