summaryrefslogtreecommitdiffstats
path: root/misc/bdf2psf/bdf2psf.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'misc/bdf2psf/bdf2psf.SlackBuild')
-rw-r--r--misc/bdf2psf/bdf2psf.SlackBuild18
1 files changed, 14 insertions, 4 deletions
diff --git a/misc/bdf2psf/bdf2psf.SlackBuild b/misc/bdf2psf/bdf2psf.SlackBuild
index 67939ef335..30e39142ad 100644
--- a/misc/bdf2psf/bdf2psf.SlackBuild
+++ b/misc/bdf2psf/bdf2psf.SlackBuild
@@ -2,11 +2,21 @@
# Slackware build script for bdf2psf
-# Originally written 2015 Didier Spaier Paruis, France
+# Originally written 2015 Didier Spaier Paris, France
# Now maintained by B. Watson (urchlay@slackware.uk)
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20230818 bkw: No changes, just a note to myself:
+# repology complains that this is outdated, and indeed Debian has a
+# v1.222. However, it's v1.222 of the 'parent' package, console-setup.
+# The contents of Debian's bdf2psf 1.207 and 1.222 .deb packages are
+# identical, except changelog.gz differences that document changes to
+# console-setup (none of which change the bdf2psf portion of it). So
+# this doesn't need an update.
+
+# 20221228 bkw: move ARCH assignment to top of script.
+
# 20220110 bkw:
# - take over maintenance.
# - relicense as WTFPL, with permission from Didier.
@@ -22,6 +32,9 @@ BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
+# perl script
+ARCH=noarch
+
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -31,9 +44,6 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-# perl script
-ARCH=noarch
-
set -e
rm -rf $PKG