diff options
Diffstat (limited to 'development')
-rw-r--r-- | development/sbcl/doinst.sh | 4 | ||||
-rw-r--r-- | development/sbcl/sbcl.SlackBuild | 3 | ||||
-rw-r--r-- | development/sbcl/sbcl.info | 6 |
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="" |