diff options
author | Kent Fritz <fritz.kent@gmail.com> | 2017-06-18 22:23:40 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-06-18 23:34:12 +0100 |
commit | 9154ca99911510a91fb42e865ddd33edadd0593c (patch) | |
tree | 6d1541741eed0762009ec4d0220eec2a35b87216 /system/bindfs | |
parent | 90b6ad0ac515f7aab6121656dfa8333b139f631b (diff) | |
download | slackbuilds-9154ca99911510a91fb42e865ddd33edadd0593c.tar.gz |
system/bindfs: Updated for version 1.13.7.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/bindfs')
-rw-r--r-- | system/bindfs/README | 2 | ||||
-rw-r--r-- | system/bindfs/bindfs.SlackBuild | 12 | ||||
-rw-r--r-- | system/bindfs/bindfs.info | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/system/bindfs/README b/system/bindfs/README index e068449207..bb05846c4c 100644 --- a/system/bindfs/README +++ b/system/bindfs/README @@ -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. diff --git a/system/bindfs/bindfs.SlackBuild b/system/bindfs/bindfs.SlackBuild index c45189db30..f953f7b2bb 100644 --- a/system/bindfs/bindfs.SlackBuild +++ b/system/bindfs/bindfs.SlackBuild @@ -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 diff --git a/system/bindfs/bindfs.info b/system/bindfs/bindfs.info index 0f21e89a60..ba6cea8704 100644 --- a/system/bindfs/bindfs.info +++ b/system/bindfs/bindfs.info @@ -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="" |