mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
sbcl: update to 2.4.11.
This commit is contained in:
parent
ddfd015241
commit
d65b39fd59
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'sbcl'
|
# Template file for 'sbcl'
|
||||||
pkgname=sbcl
|
pkgname=sbcl
|
||||||
version=2.4.10
|
version=2.4.11
|
||||||
revision=1
|
revision=1
|
||||||
# make sure the sbcl option in maxima is enabled for the same archs
|
# make sure the sbcl option in maxima is enabled for the same archs
|
||||||
archs="i686 x86_64* armv7l aarch64 ppc64le*"
|
archs="i686 x86_64* armv7l aarch64 ppc64le*"
|
||||||
|
@ -8,7 +8,7 @@ create_wrksrc="required"
|
||||||
build_wrksrc=sbcl
|
build_wrksrc=sbcl
|
||||||
hostmakedepends="iana-etc texinfo"
|
hostmakedepends="iana-etc texinfo"
|
||||||
makedepends="libzstd-devel zlib-devel"
|
makedepends="libzstd-devel zlib-devel"
|
||||||
checkdepends="strace which"
|
checkdepends="procps-ng strace which"
|
||||||
conf_files="/etc/sbclrc"
|
conf_files="/etc/sbclrc"
|
||||||
short_desc="Steel Bank Common Lisp"
|
short_desc="Steel Bank Common Lisp"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
@ -16,7 +16,7 @@ license="custom:BSD+public_domain"
|
||||||
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=ceeb396b69d2913eee04841c2af6beca5c342ce1464c3fe3e453f2de10c5e2f8
|
checksum=4f03e5846f35834c10700bbe232da41ba4bdbf81bdccacb1d4de24297657a415
|
||||||
nocross=yes
|
nocross=yes
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
|
||||||
|
@ -24,7 +24,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+=" 99cc019120172bb4317f3c79cfc3afffe51e314091e07e8c0ba1d94759767777"
|
checksum+=" 25ffe843fca5179f53bdc7d5d6d63529235801874c37aadd731b6496c6ef7dd8"
|
||||||
;;
|
;;
|
||||||
arm*)
|
arm*)
|
||||||
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.14-armhf-linux-binary.tar.bz2"
|
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.14-armhf-linux-binary.tar.bz2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue