summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eugene M2017-11-04 16:15:10 +0100
committer David Spencer2017-11-04 16:15:10 +0100
commit498dfb872721bcb343d921c9d33a6a1f6cca1575 (patch)
tree3dd87ebe0e9b049cbde1da729db3fdf83d9b96d1
parentdbf64038894430ff00173846c87c1f625ae5c2d1 (diff)
downloadslackbuilds-498dfb872721bcb343d921c9d33a6a1f6cca1575.tar.gz
development/sbcl: Updated for version 1.4.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-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 b8e56767ea..2e0ff676be 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.4.0}
+VERSION=${VERSION:-1.4.1}
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 3c3d569261..fd6d2ba3e9 100644
--- a/development/sbcl/sbcl.info
+++ b/development/sbcl/sbcl.info
@@ -1,8 +1,8 @@
PRGNAM="sbcl"
-VERSION="1.4.0"
+VERSION="1.4.1"
HOMEPAGE="http://www.sbcl.org/"
-DOWNLOAD="http://downloads.sourceforge.net/sbcl/sbcl-1.4.0-source.tar.bz2"
-MD5SUM="9adc6e2421dd4001487ffe77396c5ce9"
+DOWNLOAD="http://downloads.sourceforge.net/sbcl/sbcl-1.4.1-source.tar.bz2"
+MD5SUM="cddcd0690a9ebc290880909586f4b340"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""