system/xldconfig: Fix download URL.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2022-02-08 16:24:47 -05:00 committed by Willy Sudiarto Raharjo
parent b59fbf0e86
commit 70798c940b
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
4 changed files with 14 additions and 9 deletions

View File

@ -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.

View File

@ -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: 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:

View File

@ -22,6 +22,8 @@
# 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)

View File

@ -1,7 +1,7 @@
PRGNAM="xldconfig"
VERSION="0.7"
HOMEPAGE="https://www.jagda.eu/linux/xldxonfig"
DOWNLOAD="https://www.jagda.eu/linux/xldxonfig/xldconfig-0.7.tgz"
DOWNLOAD="https://slackware.uk/~urchlay/src/xldconfig-0.7.tgz"
MD5SUM="49693d184e56714c4fb474a99bb2e3ba"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""