sbcl: update to 1.3.0.
(AArch64 only checked on Ubuntu 3.16.0-37-generic, fails to build on my build box currently due to a kernel bug.)
This commit is contained in:
parent
75c48d5966
commit
24e7203b05
1 changed files with 8 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'sbcl'
|
||||
pkgname=sbcl
|
||||
version=1.2.16
|
||||
version=1.3.0
|
||||
revision=1
|
||||
only_for_archs="i686 x86_64 armv7l"
|
||||
only_for_archs="i686 x86_64 armv7l aarch64"
|
||||
hostmakedepends="iana-etc"
|
||||
makedepends="zlib-devel"
|
||||
conf_files="/etc/sbclrc"
|
||||
|
@ -11,13 +11,13 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|||
license="custom"
|
||||
homepage="http://www.sbcl.org/"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2"
|
||||
checksum=8ea9adaa04385aeeac219273a79bd662b9cc2662662af2dc886e5f095b4a6f21
|
||||
checksum=d60caf6a0a495e41fc9e7f6a797e7c4188cef1f9de84ca263ff654d4d7ae99b3
|
||||
nocross=yes
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64*)
|
||||
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-x86-64-linux-binary.tar.bz2"
|
||||
checksum+=" e1745b4f5403bfa301c02109e51dd0607ce0326c660444aeff989f55cb84d9ed"
|
||||
checksum+=" e6e801f0cc31fd6a14cf20b983c6ef2be5750225fad221bf9621788c0a0a90c5"
|
||||
;;
|
||||
i686*)
|
||||
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.7-x86-linux-binary.tar.bz2"
|
||||
|
@ -27,6 +27,10 @@ arm*)
|
|||
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.7-armhf-linux-binary.tar.bz2"
|
||||
checksum+=" 5e75a328882b739befcf5c38e8039b830668a8ca7bafe56a9e13ef23f39eb253"
|
||||
;;
|
||||
aarch64*)
|
||||
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.3.0-arm64-linux-binary.tar.bz2"
|
||||
checksum+=" 88e887ef1977faff42437e963cceb0ea191015a4adea5a96088858ce4f17fda4"
|
||||
;;
|
||||
esac
|
||||
|
||||
do_build() {
|
||||
|
|
Loading…
Reference in a new issue