system/fatsort: Updated for version 1.6.2.605.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
pomfland 2020-02-08 01:46:33 +07:00 committed by Willy Sudiarto Raharjo
parent 68ff332a02
commit a96c2c7095
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 22 additions and 23 deletions

View File

@ -1,9 +1,8 @@
#!/bin/sh
# Slackware build script for fatsort
# $Id: fatsort.SlackBuild,v 1.1 2018/08/03 07:22:48 pomf Exp pomf $
# Copyright 2018 pomfland
# Copyright 2020 pomfland
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=fatsort
VERSION=${VERSION:-1.4.2.439}
VERSION=${VERSION:-1.6.2.605}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -70,7 +69,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" make
make
make install DESTDIR=$PKG MANDIR=/usr/man/man1 SBINDIR=/usr/sbin
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \

View File

@ -1,8 +1,8 @@
PRGNAM="fatsort"
VERSION="1.4.2.439"
VERSION="1.6.2.605"
HOMEPAGE="https://fatsort.sourceforge.io/"
DOWNLOAD="https://sourceforge.net/projects/fatsort/files/fatsort-1.4.2.439.tar.xz"
MD5SUM="0ca483918bd12339653c4563e11ef20a"
DOWNLOAD="https://sourceforge.net/projects/fatsort/files/fatsort-1.6.2.605.tar.xz"
MD5SUM="e3ef708dcdfff60e81db957f6ac30f5a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""