summaryrefslogtreecommitdiffstats
path: root/system/zfs-fuse/zfs-fuse.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/zfs-fuse/zfs-fuse.SlackBuild')
-rw-r--r--system/zfs-fuse/zfs-fuse.SlackBuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/system/zfs-fuse/zfs-fuse.SlackBuild b/system/zfs-fuse/zfs-fuse.SlackBuild
index 5866500e93..049c886fc4 100644
--- a/system/zfs-fuse/zfs-fuse.SlackBuild
+++ b/system/zfs-fuse/zfs-fuse.SlackBuild
@@ -2,9 +2,10 @@
# Slackware build script for ZFS-Fuse
# Steven King revision date 2010/01/17
+# Updated for 0.7.0 by rworkman on 20110403
PRGNAM=zfs-fuse
-VERSION=0.6.9
+VERSION=0.7.0
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -40,16 +41,18 @@ cd ..
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-# Install init script
+# Install init script and zfsrc sample
mkdir -p $PKG/etc/rc.d
cat $CWD/rc.zfs-fuse > $PKG/etc/rc.d/rc.zfs-fuse.new
+cat contrib/zfsrc > $PKG/etc/zfsrc.sample
mkdir -p $PKG/usr/man/man8
-cp doc/*.8.gz $PKG/usr/man/man8
+cp doc/*.8 $PKG/usr/man/man8
+gzip -9 $PKG/usr/man/man8/*.8
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- BUGS HACKING LICENSE TESTING CHANGES INSTALL README* STATUS TODO \
+ BUGS CHANGES HACKING INSTALL LICENSE README* STATUS TESTING TODO \
$PKG/usr/doc/$PRGNAM-$VERSION
find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 644 {} \;
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild