diff options
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 |
commit | a0f21686c6518ef2d955063256cc9d396f36e198 (patch) | |
tree | 63fd4c67beb3281e6bc9f236a634ea13fd4f79c5 /development/mit-scheme/mit-scheme.SlackBuild | |
parent | 3d1c973ee2993186a2268d12e41ed16f779c282c (diff) |
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.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/development/mit-scheme/mit-scheme.SlackBuild b/development/mit-scheme/mit-scheme.SlackBuild index 31c05ad834d8b..1ef558569f5cf 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 .. |