summaryrefslogtreecommitdiffstats
path: root/source/a/xfsprogs
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-06-13 20:15:52 +0000
committer Eric Hameleers <alien@slackware.com>2023-06-13 22:33:37 +0200
commita053a2e001f487193d01646f4de496c37bf144c8 (patch)
tree050101bbe1833ff9a02a399a07899e3ad8a732b0 /source/a/xfsprogs
parent7da4809348c684aacb051389cd36e09088933812 (diff)
downloadcurrent-a053a2e001f487193d01646f4de496c37bf144c8.tar.gz
current-a053a2e001f487193d01646f4de496c37bf144c8.tar.xz
Tue Jun 13 20:15:52 UTC 202320230613201552
a/userspace-rcu-0.14.0-x86_64-1.txz: Added. This is needed by xfsprogs-6.3.0. a/xfsprogs-6.3.0-x86_64-1.txz: Upgraded. ap/xfsdump-3.1.12-x86_64-1.txz: Upgraded. d/ccache-4.8.2-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/a/xfsprogs')
-rwxr-xr-xsource/a/xfsprogs/xfsprogs.SlackBuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/source/a/xfsprogs/xfsprogs.SlackBuild b/source/a/xfsprogs/xfsprogs.SlackBuild
index 4293eaf9c..8c79ed459 100755
--- a/source/a/xfsprogs/xfsprogs.SlackBuild
+++ b/source/a/xfsprogs/xfsprogs.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2010, 2012, 2017, 2018 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2008, 2009, 2010, 2012, 2017, 2018, 2023 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=xfsprogs
VERSION=${VERSION:-$(echo xfsprogs-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-5}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -106,6 +106,9 @@ mv $PKG/usr/doc/xfsprogs $PKG/usr/doc/xfsprogs-$VERSION
cp -a README doc/COPYING doc/CREDITS doc/PORTING \
$PKG/usr/doc/xfsprogs-$VERSION
+# Not sure why these don't get installed automatically, but they should:
+cp -a LICENSES/* $PKG/usr/doc/xfsprogs-$VERSION
+
rm -f $PKG/usr/doc/xfsprogs-$VERSION/CHANGES.gz
# If there's a ChangeLog, installing at least part of the recent history
@@ -142,7 +145,7 @@ chmod 755 $PKG/lib${LIBDIRSUFFIX}/*
# Strip libraries:
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
-strip -g $PKG/usr/lib${LIBDIRSUFFIX}/*.a
+#strip -g $PKG/usr/lib${LIBDIRSUFFIX}/*.a
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc