wok-next diff zfs-fuse/receipt @ rev 14741
nagios-doc has moved to http://go.nagios.com/nagioscore/docs/
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jun 14 08:43:56 2013 +0200 (2013-06-14) |
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 Jun 14 08:43:56 2013 +0200 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 }