system/fuse-exfat: Updated for version 1.2.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2016-06-27 01:04:49 +07:00
parent 88ddaeb2ed
commit 63db88c90b
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 7 additions and 4 deletions

View file

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=fuse-exfat
VERSION=${VERSION:-1.2.3}
VERSION=${VERSION:-1.2.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -87,6 +87,9 @@ make install DESTDIR=$PKG
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 ChangeLog COPYING README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="fuse-exfat"
VERSION="1.2.3"
VERSION="1.2.4"
HOMEPAGE="https://github.com/relan/exfat"
DOWNLOAD="https://github.com/relan/exfat/releases/download/v1.2.3/fuse-exfat-1.2.3.tar.gz"
MD5SUM="fca71e6598f79d037a3c7c969cb5710c"
DOWNLOAD="https://github.com/relan/exfat/releases/download/v1.2.4/fuse-exfat-1.2.4.tar.gz"
MD5SUM="1ed881862bea9616003398cb6eab9903"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""