ap/fatsort: Upgraded to fatsort-1.6.1.569.
parent
966829e1cb
commit
50bc1a78da
|
@ -1 +0,0 @@
|
|||
9ae5d1ab5e4c91e6725237fab1271f881c3edb59 fatsort-1.3.365.tar.gz
|
|
@ -0,0 +1 @@
|
|||
a6c1e6131425377bbd54a2ded9ba38fc4a9166534d358c565f4ca3c69a4ae070 fatsort-1.6.1.569.tar.xz
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
# Build script for Slackware
|
||||
# Copyright (C) 2012,2013,2016 Damien Goutte-Gattat
|
||||
# Copyright (C) 2012,2013,2016,2019 Damien Goutte-Gattat
|
||||
#
|
||||
# Redistribution and use of this script, with or without modifications,
|
||||
# is permitted provided that the following conditions are met:
|
||||
|
@ -27,8 +27,8 @@
|
|||
|
||||
# Source package infos
|
||||
NAMESRC=${NAMESRC:-fatsort}
|
||||
VERSION=${VERSION:-1.3.365}
|
||||
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz}
|
||||
VERSION=${VERSION:-1.6.1.569}
|
||||
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.xz}
|
||||
WGET=${WGET:-http://downloads.sourceforge.net/fatsort/$ARCHIVE}
|
||||
|
||||
# Build infos
|
||||
|
@ -74,7 +74,7 @@ if [ ! -r $ARCHIVE ]; then
|
|||
wget -c -O $ARCHIVE.part "$WGET"
|
||||
mv $ARCHIVE.part $ARCHIVE
|
||||
fi
|
||||
sha1sum -c $ARCHIVE.sha1
|
||||
sha256sum -c $ARCHIVE.sha256
|
||||
NAME=$(tar ft $ARCHIVE | head -n 1 | cut -d / -f 1)
|
||||
|
||||
# Compile
|
||||
|
@ -93,7 +93,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
|
|||
|
||||
# Install the documentation
|
||||
mkdir -p $PKG/usr/doc/$NAME
|
||||
install -m 644 CHANGES LICENSE.txt $PKG/usr/doc/$NAME
|
||||
install -m 644 CHANGES.md LICENSE.txt $PKG/usr/doc/$NAME
|
||||
|
||||
# Copy slack-desc file
|
||||
install -D -m 644 $CWD/slack-desc $PKG/install/slack-desc
|
||||
|
|
Loading…
Reference in New Issue