system/fatsort: Updated for version 1.6.2.605.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
68ff332a02
commit
a96c2c7095
|
@ -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 \
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue