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, 4 insertions, 9 deletions
diff --git a/development/sbcl/doinst.sh b/development/sbcl/doinst.sh deleted file mode 100644 index b579e3db7f..0000000000 --- a/development/sbcl/doinst.sh +++ /dev/null @@ -1,4 +0,0 @@ -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 380797c783..b8e56767ea 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.21} +VERSION=${VERSION:-1.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -115,7 +115,6 @@ 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 13f5f26469..3c3d569261 100644 --- a/development/sbcl/sbcl.info +++ b/development/sbcl/sbcl.info @@ -1,8 +1,8 @@ PRGNAM="sbcl" -VERSION="1.3.21" +VERSION="1.4.0" HOMEPAGE="http://www.sbcl.org/" -DOWNLOAD="http://downloads.sourceforge.net/sbcl/sbcl-1.3.21-source.tar.bz2" -MD5SUM="eecff48ad20cb6bcdbe3045a3da7aa3b" +DOWNLOAD="http://downloads.sourceforge.net/sbcl/sbcl-1.4.0-source.tar.bz2" +MD5SUM="9adc6e2421dd4001487ffe77396c5ce9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |