aboutsummaryrefslogtreecommitdiff
path: root/development
diff options
context:
space:
mode:
authorrc_05 <contact@rc-05.com>2024-06-29 07:55:21 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-06-29 08:13:43 +0700
commit464719681898caaf9a79a20c492b466b7bf98bbf (patch)
tree2648ef085753bbcabf1766455f0cefb826fd9740 /development
parent418a999883223e4c07e7f5596eff218c643261df (diff)
development/s9fes: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/s9fes/s9fes.SlackBuild7
-rw-r--r--development/s9fes/slack-desc2
2 files changed, 4 insertions, 5 deletions
diff --git a/development/s9fes/s9fes.SlackBuild b/development/s9fes/s9fes.SlackBuild
index 0985f65e0464..30c58eafbe67 100644
--- a/development/s9fes/s9fes.SlackBuild
+++ b/development/s9fes/s9fes.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=s9fes
VERSION=${VERSION:-20181205}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -82,9 +82,8 @@ find -L . \
# For this oneliner a patch is not needed.
sed -i "s_:/usr/local/share/s9fes_:/usr/share/s9fes_" s9.c
-for p in `ls $CWD/patches`; do
- patch < $CWD/patches/$p
-done
+# Fix the Makefile to support the DESTDIR variable.
+patch < $CWD/patches/Makefile.patch
make all
make install-s9 DESTDIR=$PKG
diff --git a/development/s9fes/slack-desc b/development/s9fes/slack-desc
index 677e8caf18c9..3e6d352384eb 100644
--- a/development/s9fes/slack-desc
+++ b/development/s9fes/slack-desc
@@ -6,7 +6,7 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
-s9fes: s9fes (Scheme 9 from Outer Space)
+s9fes: s9fes (Scheme 9 from Empty Space)
s9fes:
s9fes: S9fES is a mature, portable, and comprehensible interpreter for
s9fes: R4RS Scheme.