system/fuse-exfat: Updated for version 1.1.0.

Signed-off-by: Mario Preksavec <mario@slackware.hr>
This commit is contained in:
Mario Preksavec 2015-08-17 21:04:06 +02:00 committed by Willy Sudiarto Raharjo
parent c7b906f3de
commit d2b69bf561
4 changed files with 40 additions and 39 deletions

View file

@ -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.

View file

@ -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

View file

@ -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"

View file

@ -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: