summaryrefslogtreecommitdiffstats
path: root/system/xldconfig
diff options
context:
space:
mode:
Diffstat (limited to 'system/xldconfig')
-rw-r--r--system/xldconfig/README9
-rw-r--r--system/xldconfig/slack-desc8
-rw-r--r--system/xldconfig/xldconfig.SlackBuild20
-rw-r--r--system/xldconfig/xldconfig.info6
4 files changed, 29 insertions, 14 deletions
diff --git a/system/xldconfig/README b/system/xldconfig/README
index d15fd43542..afa85f5ac2 100644
--- a/system/xldconfig/README
+++ b/system/xldconfig/README
@@ -1,4 +1,7 @@
-Xldconfig is a tool suplying ldconfig on non native architectures.
-It makes symlinks by the same way as the ldconfig do. It does not
-create or recreate the cache /etc/ld.so.cache.
+xldconfig (cross arch ldconfig)
+
+Xldconfig is a tool suplying ldconfig on non-native architectures.
+It makes symlinks in the same way as ldconfig does. It does not create
+or recreate the cache /etc/ld.so.cache.
+
It is useful for cross arch system installations.
diff --git a/system/xldconfig/slack-desc b/system/xldconfig/slack-desc
index 43b0e5f8d2..6e0999cc73 100644
--- a/system/xldconfig/slack-desc
+++ b/system/xldconfig/slack-desc
@@ -8,11 +8,11 @@
|-----handy-ruler------------------------------------------------------|
xldconfig: xldconfig (cross arch ldconfig)
xldconfig:
-xldconfig: Xldconfig is a tool suplying ldconfig on non native architectures.
-xldconfig: It makes symlinks by the same way as the ldconfig do. It does not
-xldconfig: create or recreate the cache /etc/ld.so.cache.
-xldconfig: It is usefuf for cross arch system installations.
+xldconfig: Xldconfig is a tool suplying ldconfig on non-native architectures.
+xldconfig: It makes symlinks in the same way as ldconfig does. It does not create
+xldconfig: or recreate the cache /etc/ld.so.cache.
xldconfig:
+xldconfig: It is useful for cross arch system installations.
xldconfig:
xldconfig:
xldconfig:
diff --git a/system/xldconfig/xldconfig.SlackBuild b/system/xldconfig/xldconfig.SlackBuild
index 24f0bd054f..b04694fc94 100644
--- a/system/xldconfig/xldconfig.SlackBuild
+++ b/system/xldconfig/xldconfig.SlackBuild
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# Slackware build script for xldconfig
@@ -22,11 +22,16 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# 20220208 bkw: Modified by SlackBuilds.org, to fix the download URL
+# and some grammar issues in README and slack-desc.
+
+cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=xldconfig
-VERSION=${VERSION:-0.6}
+VERSION=${VERSION:-0.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -36,7 +41,14 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
+# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
+# the name of the created package would be, and then exit. This information
+# could be useful to other scripts.
+if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
+ echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
+ exit 0
+fi
+
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@@ -103,4 +115,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
diff --git a/system/xldconfig/xldconfig.info b/system/xldconfig/xldconfig.info
index 0bf7efca4b..7f1e61cc42 100644
--- a/system/xldconfig/xldconfig.info
+++ b/system/xldconfig/xldconfig.info
@@ -1,8 +1,8 @@
PRGNAM="xldconfig"
-VERSION="0.6"
+VERSION="0.7"
HOMEPAGE="https://www.jagda.eu/linux/xldxonfig"
-DOWNLOAD="https://www.jagda.eu/linux/xldxonfig/xldconfig-0.6.tgz"
-MD5SUM="42b2034e05d64d5adf3c6576cd5cf048"
+DOWNLOAD="https://slackware.uk/~urchlay/src/xldconfig-0.7.tgz"
+MD5SUM="49693d184e56714c4fb474a99bb2e3ba"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""