summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author B. Watson2021-08-22 23:36:14 +0200
committer Willy Sudiarto Raharjo2021-10-12 19:51:34 +0200
commit0f6f3f51db1d5384e2b7f3db4fb55d5950ef52c1 (patch)
treef87f791dce65fa05cc589ba54a23727471a4569e /graphics
parent93f6e218a8c9467050be0580b5ac80d2c0277a10 (diff)
downloadslackbuilds-0f6f3f51db1d5384e2b7f3db4fb55d5950ef52c1.tar.gz
graphics/psftools: Use https URLs, remove .la file.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/psftools/psftools.SlackBuild4
-rw-r--r--graphics/psftools/psftools.info4
2 files changed, 3 insertions, 5 deletions
diff --git a/graphics/psftools/psftools.SlackBuild b/graphics/psftools/psftools.SlackBuild
index b6743d99fd..dac5906b1d 100644
--- a/graphics/psftools/psftools.SlackBuild
+++ b/graphics/psftools/psftools.SlackBuild
@@ -34,9 +34,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# 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
@@ -87,6 +84,7 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install-strip DESTDIR=$PKG
+rm -f $PKG/usr/lib$LIBDIRSUFFIX/*.la
# 20180112 bkw: install the example fonts that ship with the source.
psfdir=$PKG/usr/share/kbd/consolefonts
diff --git a/graphics/psftools/psftools.info b/graphics/psftools/psftools.info
index bf272a5277..5946d92416 100644
--- a/graphics/psftools/psftools.info
+++ b/graphics/psftools/psftools.info
@@ -1,7 +1,7 @@
PRGNAM="psftools"
VERSION="1.1.1"
-HOMEPAGE="http://www.seasip.info/Unix/PSF/index.html"
-DOWNLOAD="http://www.seasip.info/Unix/PSF/psftools-1.1.1.tar.gz"
+HOMEPAGE="https://www.seasip.info/Unix/PSF/index.html"
+DOWNLOAD="https://www.seasip.info/Unix/PSF/psftools-1.1.1.tar.gz"
MD5SUM="fb29d0adae0384e70aa20e94998dd9e6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""