mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/sbcl: Updated for version 1.4.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
dbf6403889
commit
498dfb8727
3 changed files with 9 additions and 4 deletions
4
development/sbcl/doinst.sh
Normal file
4
development/sbcl/doinst.sh
Normal file
|
@ -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
|
|
@ -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}
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue