diff options
author | Mario Preksavec <mario@slackware.hr> | 2015-08-17 21:04:06 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-08-22 23:42:12 +0700 |
commit | d2b69bf561306d1b9af41c73f028a893ac2feef0 (patch) | |
tree | 7928b02d3f88c3554aa5b05fa643980e94682e5b /system/fuse-exfat | |
parent | c7b906f3de86c8e71241bbb04c4680fadb37bb0f (diff) |
system/fuse-exfat: Updated for version 1.1.0.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'system/fuse-exfat')
-rw-r--r-- | system/fuse-exfat/README | 16 | ||||
-rw-r--r-- | system/fuse-exfat/fuse-exfat.SlackBuild | 43 | ||||
-rw-r--r-- | system/fuse-exfat/fuse-exfat.info | 10 | ||||
-rw-r--r-- | system/fuse-exfat/slack-desc | 10 |
4 files changed, 40 insertions, 39 deletions
diff --git a/system/fuse-exfat/README b/system/fuse-exfat/README index 506bacc8948b..ee6f36eb2d00 100644 --- a/system/fuse-exfat/README +++ b/system/fuse-exfat/README @@ -1,13 +1,5 @@ -fuse-exfat (ExFat module for the FUSE) +This project aims to provide a full-featured exFAT file system implementation +for GNU/Linux and other Unix-like systems as a FUSE module and a set of +utilities. -This project aims to provide a full-featured exFAT file system -implementation for GNU/Linux other Unix-like systems as a FUSE -module. - -In other words, you need this package to mount drives formatted -with the ExFAT file system. - -Current status of the project: beta. - -Keep in mind, that it might be illegal to use this software in -countries respecting US-Patents. +This package contains the FUSE module. diff --git a/system/fuse-exfat/fuse-exfat.SlackBuild b/system/fuse-exfat/fuse-exfat.SlackBuild index be272746a92e..64be2dd5e9f4 100644 --- a/system/fuse-exfat/fuse-exfat.SlackBuild +++ b/system/fuse-exfat/fuse-exfat.SlackBuild @@ -2,18 +2,29 @@ # Slackware build script for fuse-exfat -# Written by Vliegendehuiskat -# E-mail: vliegendehuiskat [at] gmail [dot] com - -# This script is released in the public domain. -# I am not responsible for any consequences that follow from the -# incorrect use of this script. - -# Keep in mind, that it might be illegal to use this software in -# countries respecting US-Patents. +# Copyright 2012 Vliegendehuiskat, vliegendehuiskat [at] gmail [dot] com +# Copyright 2015 Mario Preksavec, Zagreb, Croatia +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=fuse-exfat -VERSION=${VERSION:-0.9.6} +VERSION=${VERSION:-1.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -54,10 +65,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$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 {} \; scons install DESTDIR=$PKG/sbin/ @@ -65,9 +76,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - ChangeLog COPYING \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a ChangeLog COPYING $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/system/fuse-exfat/fuse-exfat.info b/system/fuse-exfat/fuse-exfat.info index b5d94703ea6f..8ef2a43a2e4c 100644 --- a/system/fuse-exfat/fuse-exfat.info +++ b/system/fuse-exfat/fuse-exfat.info @@ -1,10 +1,10 @@ PRGNAM="fuse-exfat" -VERSION="0.9.6" +VERSION="1.1.0" HOMEPAGE="https://code.google.com/p/exfat/" -DOWNLOAD="https://exfat.googlecode.com/files/fuse-exfat-0.9.6.tar.gz" -MD5SUM="809be0bc49c3b2be3f2d0fd115d36709" +DOWNLOAD="http://mirror.slackware.hr/sources/exfat/fuse-exfat-1.1.0.tar.gz" +MD5SUM="b2a23c032661cb1c1da4514e7af33916" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="scons" -MAINTAINER="Vliegendehuiskat" -EMAIL="vliegendehuiskat [at] gmail [dot] com" +MAINTAINER="Mario Preksavec" +EMAIL="mario at slackware dot hr" diff --git a/system/fuse-exfat/slack-desc b/system/fuse-exfat/slack-desc index fbf2471322bf..795cffc65e6d 100644 --- a/system/fuse-exfat/slack-desc +++ b/system/fuse-exfat/slack-desc @@ -6,14 +6,14 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -fuse-exfat: fuse-exfat (ExFat module for the FUSE) +fuse-exfat: fuse-exfat (exFAT FUSE module) fuse-exfat: fuse-exfat: This project aims to provide a full-featured exFAT file system -fuse-exfat: implementation for GNU/Linux other Unix-like systems as a FUSE +fuse-exfat: implementation for GNU/Linux and other Unix-like systems as a FUSE +fuse-exfat: module and a set of utilities. fuse-exfat: module. fuse-exfat: -fuse-exfat: In other words, you need this package to mount drives formatted -fuse-exfat: with the ExFAT file system. +fuse-exfat: This package contains the FUSE module. fuse-exfat: -fuse-exfat: Current status of the project: beta. +fuse-exfat: Homepage: https://code.google.com/p/exfat/ fuse-exfat: |