development/mit-scheme: Updated for version 9.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ryan P.C. McQuen 2014-05-30 07:16:35 +07:00 committed by Willy Sudiarto Raharjo
parent 3d1c973ee2
commit a0f21686c6
2 changed files with 21 additions and 21 deletions

View file

@ -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 ..

View file

@ -1,24 +1,24 @@
PRGNAM="mit-scheme"
VERSION="9.0.1"
VERSION="9.2"
HOMEPAGE="http://www.gnu.org/software/mit-scheme/"
DOWNLOAD=" \
http://ftp.gnu.org/gnu/mit-scheme/stable.pkg/9.0.1/mit-scheme-9.0.1-i386.tar.gz \
http://ftp.gnu.org/gnu/mit-scheme/stable.pkg/9.0.1/mit-scheme-9.0.1-doc-html.tar.gz \
http://ftp.gnu.org/gnu/mit-scheme/stable.pkg/9.0.1/mit-scheme-9.0.1-doc-info.tar.gz \
http://ftp.gnu.org/gnu/mit-scheme/stable.pkg/9.0.1/mit-scheme-9.0.1-doc-pdf.tar.gz"
MD5SUM="51335cf31f8a698ea140547a5cd357d5 \
a06b888ed81b6d4337e38515fc8079fb \
862c4c01b82046d8840e3e8ca76cca9c \
1354661e6821fadab24d79eb85746263"
http://ftp.gnu.org/gnu/mit-scheme/stable.pkg/9.2/mit-scheme-9.2-i386.tar.gz \
http://ftp.gnu.org/gnu/mit-scheme/stable.pkg/9.2/mit-scheme-9.2-doc-html.tar.gz \
http://ftp.gnu.org/gnu/mit-scheme/stable.pkg/9.2/mit-scheme-9.2-doc-info.tar.gz \
http://ftp.gnu.org/gnu/mit-scheme/stable.pkg/9.2/mit-scheme-9.2-doc-pdf.tar.gz"
MD5SUM="b80458f85b9521bdfb0620edc89e3e61 \
a605fd061ec7419f01f7ce18bd4f8dc1 \
fc49f8169484c358cdae9cfd511b65d2 \
db43ff41a3bb0b5e4e13de7a83c13b0d"
DOWNLOAD_x86_64=" \
http://ftp.gnu.org/gnu/mit-scheme/stable.pkg/9.0.1/mit-scheme-9.0.1-x86-64.tar.gz \
http://ftp.gnu.org/gnu/mit-scheme/stable.pkg/9.0.1/mit-scheme-9.0.1-doc-html.tar.gz \
http://ftp.gnu.org/gnu/mit-scheme/stable.pkg/9.0.1/mit-scheme-9.0.1-doc-info.tar.gz \
http://ftp.gnu.org/gnu/mit-scheme/stable.pkg/9.0.1/mit-scheme-9.0.1-doc-pdf.tar.gz"
MD5SUM_x86_64="332c37f07ba222bf8a1771f497032fc9 \
a06b888ed81b6d4337e38515fc8079fb \
862c4c01b82046d8840e3e8ca76cca9c \
1354661e6821fadab24d79eb85746263"
http://ftp.gnu.org/gnu/mit-scheme/stable.pkg/9.2/mit-scheme-9.2-x86-64.tar.gz \
http://ftp.gnu.org/gnu/mit-scheme/stable.pkg/9.2/mit-scheme-9.2-doc-html.tar.gz \
http://ftp.gnu.org/gnu/mit-scheme/stable.pkg/9.2/mit-scheme-9.2-doc-info.tar.gz \
http://ftp.gnu.org/gnu/mit-scheme/stable.pkg/9.2/mit-scheme-9.2-doc-pdf.tar.gz"
MD5SUM_x86_64="9fcc6c156e53efeb0560996551fa0a57 \
a605fd061ec7419f01f7ce18bd4f8dc1 \
fc49f8169484c358cdae9cfd511b65d2 \
db43ff41a3bb0b5e4e13de7a83c13b0d"
REQUIRES=""
MAINTAINER="Ryan P.C. McQuen"
EMAIL="ryan.q@linux.com"