wok diff zfs-fuse/receipt @ rev 13644

Up: ethumb (1.7.1)
author Christophe Lincoln <pankso@slitaz.org>
date Fri Nov 16 00:12:16 2012 +0100 (2012-11-16)
parents 480e482052b5
children 191b99ca9dc2
line diff
     1.1 --- a/zfs-fuse/receipt	Sat Oct 13 11:36:17 2012 +0200
     1.2 +++ b/zfs-fuse/receipt	Fri Nov 16 00:12:16 2012 +0100
     1.3 @@ -8,9 +8,8 @@
     1.4  WEB_SITE="http://zfs-fuse.net"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.6  WGET_URL="$WEB_SITE/releases/$VERSION/$TARBALL"
     1.7 -http://zfs-fuse.net/releases/0.7.0/zfs-fuse-0.7.0.tar.bz2
     1.8  
     1.9 -DEPENDS="fuse libaio libcrypto"
    1.10 +DEPENDS="fuse libaio libcrypto perl"
    1.11  BUILD_DEPENDS="fuse-dev scons libaio-dev attr-dev zlib-dev acl-dev openssl-dev"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14 @@ -24,11 +23,12 @@
    1.15  	scons PREFIX=/usr &&
    1.16  	scons install_dir=$DESTDIR/usr/sbin \
    1.17  	      cfg_dir=$DESTDIR/etc \
    1.18 -	      man_dir=$DESTDIR/usr/man install
    1.19 +	      man_dir=$DESTDIR/usr/man/man8 install
    1.20  }
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25  	cp -a $install/* $fs
    1.26 +	rm -rf $fs/usr/man
    1.27  }