mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
sbcl: update to 1.4.16.
Drop info manual, chroot-texinfo is too old to handle it.
This commit is contained in:
parent
d768629762
commit
6ba6439d81
1 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'sbcl'
|
# Template file for 'sbcl'
|
||||||
pkgname=sbcl
|
pkgname=sbcl
|
||||||
version=1.4.15
|
version=1.4.16
|
||||||
revision=1
|
revision=1
|
||||||
only_for_archs="i686 x86_64 x86_64-musl armv7l aarch64"
|
only_for_archs="i686 x86_64 x86_64-musl armv7l aarch64"
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ license="custom"
|
||||||
homepage="http://www.sbcl.org/"
|
homepage="http://www.sbcl.org/"
|
||||||
changelog="http://www.sbcl.org/news.html"
|
changelog="http://www.sbcl.org/news.html"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2"
|
||||||
checksum=486c3bcf1338d0023be93725bac2ac298811cd30a5e2b94d7491ddad1fa1372e
|
checksum=8d93ad1b64815854d0db042c00473fc04b284316c67734be2dd62ddb2727cfd7
|
||||||
nocross=yes
|
nocross=yes
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ _bootstrap_lisp="bash ../sbcl-*-linux/run-sbcl.sh --no-sysinit --no-userinit --d
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64)
|
x86_64)
|
||||||
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-x86-64-linux-binary.tar.bz2"
|
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-x86-64-linux-binary.tar.bz2"
|
||||||
checksum+=" f3be1d05db692013a8f153bb8ac452d5e34b62a2aab0284a7adaad6966872747"
|
checksum+=" df3d905d37656a7eeeba72d703577afc94a21d756a4dde0949310200f82ce575"
|
||||||
;;
|
;;
|
||||||
i686)
|
i686)
|
||||||
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.4.3-x86-linux-binary.tar.bz2"
|
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.4.3-x86-linux-binary.tar.bz2"
|
||||||
|
@ -47,7 +47,6 @@ do_build() {
|
||||||
bash make.sh \
|
bash make.sh \
|
||||||
"$_bootstrap_lisp" \
|
"$_bootstrap_lisp" \
|
||||||
--without-sb-test --with-sb-core-compression --prefix=/usr
|
--without-sb-test --with-sb-core-compression --prefix=/usr
|
||||||
make -C doc/manual info
|
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue