system/exfat-utils: 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-11 21:55:28 +07:00
parent 3adbd05c40
commit 75b7725c6f
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=exfat-utils
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="exfat-utils"
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/exfat-utils-1.2.3.tar.gz"
MD5SUM="f4e564450aa8159e26dde2869563d242"
DOWNLOAD="https://github.com/relan/exfat/releases/download/v1.2.4/exfat-utils-1.2.4.tar.gz"
MD5SUM="05de4d0bbaf56e572b1800747dce88be"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="fuse-exfat"