summaryrefslogtreecommitdiffstats
path: root/development/mit-scheme/mit-scheme.SlackBuild
diff options
context:
space:
mode:
author Ryan P.C. McQuen <ryanpcmcquen@gmail.com>2014-05-30 07:16:35 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-05-30 07:16:35 +0700
commita0f21686c6518ef2d955063256cc9d396f36e198 (patch)
tree63fd4c67beb3281e6bc9f236a634ea13fd4f79c5 /development/mit-scheme/mit-scheme.SlackBuild
parent3d1c973ee2993186a2268d12e41ed16f779c282c (diff)
downloadslackbuilds-a0f21686c6518ef2d955063256cc9d396f36e198.tar.gz
slackbuilds-a0f21686c6518ef2d955063256cc9d396f36e198.tar.xz
development/mit-scheme: Updated for version 9.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/mit-scheme/mit-scheme.SlackBuild')
-rw-r--r--development/mit-scheme/mit-scheme.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/development/mit-scheme/mit-scheme.SlackBuild b/development/mit-scheme/mit-scheme.SlackBuild
index 31c05ad834..1ef558569f 100644
--- a/development/mit-scheme/mit-scheme.SlackBuild
+++ b/development/mit-scheme/mit-scheme.SlackBuild
@@ -3,13 +3,13 @@
# Slackware build script for mit-scheme
# Originally by Jockey S. Kyd (jockey dot kyd at gmail dot com)
-# Modified by Ryan P.C. McQuen, WA, ryan.q@linux.com
+# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version, with the following exception:
-# the text of the GPL license may be omitted..
+# the text of the GPL license may be omitted.
# This program is distributed in the hope that it will be useful, but
# without any warranty; without even the implied warranty of
@@ -25,7 +25,7 @@
PRGNAM=mit-scheme
-VERSION=9.0.1
+VERSION=${VERSION:-9.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -80,7 +80,7 @@ CXXFLAGS="$SLKCFLAGS" \
--prefix=/usr \
--libdir=/usr/lib$LIBDIRSUFFIX \
--build=$ARCH-slackware-linux
-make compile-microcode
+make
make install DESTDIR=$PKG
cd ..