system/bindfs: Updated for version 1.13.7.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Kent Fritz 2017-06-18 22:23:40 +01:00 committed by David Spencer
parent 90b6ad0ac5
commit 9154ca9991
3 changed files with 10 additions and 10 deletions

View file

@ -1,3 +1,3 @@
bindfs is a FUSE filesystem for mounting a directory to another location,
similarly to mount --bind. The permissions inside the mountpoint can be
altered using various rules.
altered using various rules.

View file

@ -2,7 +2,7 @@
# Slackware build script for bindfs
# Copyright 2013 Kent Fritz Mountain View, CA, USA
# Copyright 2013-2017 Kent Fritz Mountain View, CA, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=bindfs
VERSION=${VERSION:-1.12.3}
VERSION=${VERSION:-1.13.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@ -88,7 +88,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
COPYING ChangeLog README TODO \
COPYING ChangeLog README.md TODO \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="bindfs"
VERSION="1.12.3"
VERSION="1.13.7"
HOMEPAGE="http://bindfs.org"
DOWNLOAD="http://bindfs.org/downloads/bindfs-1.12.3.tar.gz"
MD5SUM="a4be4c4c6db8e248de0b6a5370cf51e7"
DOWNLOAD="http://bindfs.org/downloads/bindfs-1.13.7.tar.gz"
MD5SUM="c087767dff91b714d5c517797457d479"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""