diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-22 17:36:14 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:34 +0700 |
commit | 0f6f3f51db1d5384e2b7f3db4fb55d5950ef52c1 (patch) | |
tree | f87f791dce65fa05cc589ba54a23727471a4569e /graphics/psftools | |
parent | 93f6e218a8c9467050be0580b5ac80d2c0277a10 (diff) |
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/psftools')
-rw-r--r-- | graphics/psftools/psftools.SlackBuild | 4 | ||||
-rw-r--r-- | graphics/psftools/psftools.info | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/graphics/psftools/psftools.SlackBuild b/graphics/psftools/psftools.SlackBuild index b6743d99fd64..dac5906b1d84 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 bf272a5277ee..5946d924161c 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="" |