diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-08 16:24:47 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-09 09:35:16 +0700 |
commit | 70798c940b53a017be95ffec4cf93777157aafb4 (patch) | |
tree | c46dfd413e243de65cd77238f986603e9ce14c46 /system/xldconfig | |
parent | b59fbf0e86b94e07ce98522b19d6fdf88e3c2e40 (diff) |
system/xldconfig: Fix download URL.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/xldconfig')
-rw-r--r-- | system/xldconfig/README | 9 | ||||
-rw-r--r-- | system/xldconfig/slack-desc | 8 | ||||
-rw-r--r-- | system/xldconfig/xldconfig.SlackBuild | 2 | ||||
-rw-r--r-- | system/xldconfig/xldconfig.info | 2 |
4 files changed, 13 insertions, 8 deletions
diff --git a/system/xldconfig/README b/system/xldconfig/README index d15fd43542dcd..afa85f5ac224b 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 43b0e5f8d224d..6e0999cc73ba5 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 fd7101707a9a8..b04694fc94432 100644 --- a/system/xldconfig/xldconfig.SlackBuild +++ b/system/xldconfig/xldconfig.SlackBuild @@ -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) diff --git a/system/xldconfig/xldconfig.info b/system/xldconfig/xldconfig.info index 3524de960309a..7f1e61cc42be3 100644 --- a/system/xldconfig/xldconfig.info +++ b/system/xldconfig/xldconfig.info @@ -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="" |