summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Eugene M2017-09-03 13:37:46 +0200
committer David Spencer2017-09-03 13:37:46 +0200
commitafda57004ac3d2b91a4b196c2afc6484b0cec9ab (patch)
tree23c83c0aa3789a48fdf4b28e7b6c4a6bdb2be2f1 /development
parentf3a8305a66455339528014fc165fbef1d49c6741 (diff)
downloadslackbuilds-afda57004ac3d2b91a4b196c2afc6484b0cec9ab.tar.gz
development/sbcl: Updated for version 1.3.21.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/sbcl/doinst.sh4
-rw-r--r--development/sbcl/sbcl.SlackBuild3
-rw-r--r--development/sbcl/sbcl.info6
3 files changed, 9 insertions, 4 deletions
diff --git a/development/sbcl/doinst.sh b/development/sbcl/doinst.sh
new file mode 100644
index 0000000000..b579e3db7f
--- /dev/null
+++ b/development/sbcl/doinst.sh
@@ -0,0 +1,4 @@
+if [ -x /usr/bin/install-info ]; then
+ chroot . /usr/bin/install-info --info-dir=/usr/info /usr/info/sbcl.info.gz 2> /dev/null
+ chroot . /usr/bin/install-info --info-dir=/usr/info /usr/info/asdf.info.gz 2> /dev/null
+fi
diff --git a/development/sbcl/sbcl.SlackBuild b/development/sbcl/sbcl.SlackBuild
index 51dca8f117..380797c783 100644
--- a/development/sbcl/sbcl.SlackBuild
+++ b/development/sbcl/sbcl.SlackBuild
@@ -25,7 +25,7 @@
# Modified by Eugene M., <damagedone at gmx dot com>
PRGNAM=sbcl
-VERSION=${VERSION:-1.3.20}
+VERSION=${VERSION:-1.3.21}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -115,6 +115,7 @@ chmod 0755 $PKG/etc/profile.d/*
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
+cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/development/sbcl/sbcl.info b/development/sbcl/sbcl.info
index 8b3eab0ae0..13f5f26469 100644
--- a/development/sbcl/sbcl.info
+++ b/development/sbcl/sbcl.info
@@ -1,8 +1,8 @@
PRGNAM="sbcl"
-VERSION="1.3.20"
+VERSION="1.3.21"
HOMEPAGE="http://www.sbcl.org/"
-DOWNLOAD="http://downloads.sourceforge.net/sbcl/sbcl-1.3.20-source.tar.bz2"
-MD5SUM="c2a39165a7829608145b008ca0ede229"
+DOWNLOAD="http://downloads.sourceforge.net/sbcl/sbcl-1.3.21-source.tar.bz2"
+MD5SUM="eecff48ad20cb6bcdbe3045a3da7aa3b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""