summaryrefslogtreecommitdiffstats
path: root/network/sshfs-fuse
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-04-22 05:51:55 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-04-22 05:51:55 +0700
commit9180fde05ab8c4a531e0e50c9bcc917f70fb1e5e (patch)
tree70fadba9bc29bf5eace7e46e79cff49a078a97cf /network/sshfs-fuse
parentfa7bf24206f573d8af31a6114834354a4f8d33a9 (diff)
downloadslackbuilds-9180fde05ab8c4a531e0e50c9bcc917f70fb1e5e.tar.gz
slackbuilds-9180fde05ab8c4a531e0e50c9bcc917f70fb1e5e.tar.xz
network/sshfs-fuse: Updated for version 2.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/sshfs-fuse')
-rw-r--r--network/sshfs-fuse/sshfs-fuse.SlackBuild22
-rw-r--r--network/sshfs-fuse/sshfs-fuse.info6
2 files changed, 14 insertions, 14 deletions
diff --git a/network/sshfs-fuse/sshfs-fuse.SlackBuild b/network/sshfs-fuse/sshfs-fuse.SlackBuild
index e9fc10c7b9..a5209336f7 100644
--- a/network/sshfs-fuse/sshfs-fuse.SlackBuild
+++ b/network/sshfs-fuse/sshfs-fuse.SlackBuild
@@ -22,7 +22,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=sshfs-fuse
-VERSION=${VERSION=2.5}
+SRCNAM=sshfs
+VERSION=${VERSION=2.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -58,15 +59,15 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
+rm -rf $SRCNAM-$VERSION
+tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
+cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
@@ -81,15 +82,14 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS COPYING ChangeLog FAQ.txt INSTALL NEWS README \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS COPYING ChangeLog $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/network/sshfs-fuse/sshfs-fuse.info b/network/sshfs-fuse/sshfs-fuse.info
index e07f0cc591..776a08dbe1 100644
--- a/network/sshfs-fuse/sshfs-fuse.info
+++ b/network/sshfs-fuse/sshfs-fuse.info
@@ -1,8 +1,8 @@
PRGNAM="sshfs-fuse"
-VERSION="2.5"
+VERSION="2.7"
HOMEPAGE="https://github.com/libfuse/sshfs"
-DOWNLOAD="https://github.com/libfuse/sshfs/releases/download/sshfs_2_5/sshfs-fuse-2.5.tar.gz"
-MD5SUM="17494910db8383a366b1301e5f5148a9"
+DOWNLOAD="https://github.com/libfuse/sshfs/releases/download/sshfs-2.7/sshfs-2.7.tar.gz"
+MD5SUM="6f8e4b812348a3d752897417e38135fe"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""