diff options
author | B. Watson <yalhcru@gmail.com> | 2021-11-24 15:10:31 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-04 10:08:58 +0700 |
commit | 4432c3fa4b29f61905897384c3edd256c151bcee (patch) | |
tree | 265d623982f1e87736533c0906ed34889926eec9 /libraries/glktermw | |
parent | 2afddf57b64ff4fc3b85c7e22eb130ada2e3c6e0 (diff) | |
download | slackbuilds-4432c3fa4b29f61905897384c3edd256c151bcee.tar.gz |
libraries/glktermw: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/glktermw')
-rw-r--r-- | libraries/glktermw/README | 2 | ||||
-rw-r--r-- | libraries/glktermw/glktermw.SlackBuild | 3 | ||||
-rw-r--r-- | libraries/glktermw/glktermw.info | 4 | ||||
-rw-r--r-- | libraries/glktermw/slack-desc | 2 |
4 files changed, 4 insertions, 7 deletions
diff --git a/libraries/glktermw/README b/libraries/glktermw/README index 62a513284e..be8faa507f 100644 --- a/libraries/glktermw/README +++ b/libraries/glktermw/README @@ -1,7 +1,7 @@ glktermw (library for textmode interactive fiction) Glk defines a portable API (programming interface) for applications with -text UIs (user interfaces.) It was primarily designed for interactive +text UIs (user interfaces). It was primarily designed for interactive fiction, but it should be suitable for many interactive text utilities, particularly those based on a command line. diff --git a/libraries/glktermw/glktermw.SlackBuild b/libraries/glktermw/glktermw.SlackBuild index a0928637c4..00c81f53b9 100644 --- a/libraries/glktermw/glktermw.SlackBuild +++ b/libraries/glktermw/glktermw.SlackBuild @@ -42,9 +42,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 diff --git a/libraries/glktermw/glktermw.info b/libraries/glktermw/glktermw.info index 855a5e8c0b..03f4998c50 100644 --- a/libraries/glktermw/glktermw.info +++ b/libraries/glktermw/glktermw.info @@ -1,7 +1,7 @@ PRGNAM="glktermw" VERSION="1.0.4" -HOMEPAGE="http://www.ifarchive.org/if-archive/programming/glk/glk-spec.txt" -DOWNLOAD="http://www.ifarchive.org/if-archive/programming/glk/implementations/glktermw-104.tar.gz" +HOMEPAGE="https://www.ifarchive.org/if-archive/programming/glk/glk-spec.txt" +DOWNLOAD="https://www.ifarchive.org/if-archive/programming/glk/implementations/glktermw-104.tar.gz" MD5SUM="050aeb964140f7e11f555e06a23ccb1d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" diff --git a/libraries/glktermw/slack-desc b/libraries/glktermw/slack-desc index 39d8e3b028..6ce8b83edc 100644 --- a/libraries/glktermw/slack-desc +++ b/libraries/glktermw/slack-desc @@ -9,7 +9,7 @@ glktermw: glktermw (library for textmode interactive fiction) glktermw: glktermw: Glk defines a portable API (programming interface) for applications -glktermw: with text UIs (user interfaces.) It was primarily designed for +glktermw: with text UIs (user interfaces). It was primarily designed for glktermw: interactive fiction, but it should be suitable for many interactive glktermw: text utilities, particularly those based on a command line. glktermw: |