mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/roswell: upgrade to 23.10.14.114 & take over maintainership
the sbcl variant for x86 is "-musl1.1" instead of "-musl"
This commit is contained in:
parent
4d42b4b0af
commit
8768d9dbcd
@ -1,36 +1,49 @@
|
||||
# Contributor: Lucas Ramage <lucas.ramage@infinite-omicron.com>
|
||||
# Maintainer: Lucas Ramage <lucas.ramage@infinite-omicron.com>
|
||||
# Maintainer: Celeste <cielesti@protonmail.com>
|
||||
pkgname=roswell
|
||||
pkgver=22.12.14.113
|
||||
pkgver=23.10.14.114
|
||||
pkgrel=0
|
||||
pkgdesc="Common Lisp environment setup Utility"
|
||||
url="https://roswell.github.io"
|
||||
url="https://roswell.github.io/"
|
||||
arch="all"
|
||||
license="MIT"
|
||||
makedepends="automake autoconf curl-dev"
|
||||
options="!check" # no test suite
|
||||
makedepends="
|
||||
autoconf
|
||||
automake
|
||||
curl-dev
|
||||
"
|
||||
subpackages="$pkgname-doc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/roswell/roswell/archive/refs/tags/v$pkgver.tar.gz"
|
||||
options="!check" # no test suite
|
||||
|
||||
prepare() {
|
||||
default_prepare
|
||||
|
||||
./bootstrap
|
||||
}
|
||||
|
||||
build() {
|
||||
local variant="-musl"
|
||||
[ "$CARCH" = "x86" ] && variant="-musl1.1"
|
||||
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--with-sbcl-bin-variant=-musl
|
||||
--mandir=/usr/share/man \
|
||||
--localstatedir=/var \
|
||||
--with-sbcl-bin-variant=$variant
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
DESTDIR="$pkgdir" make install
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
install -Dvm644 COPYING \
|
||||
-t "$pkgdir"/usr/share/licenses/$pkgname/
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
f102297af67b5d5414f853fc428f39347cb09a604bff95ad50c7f5249582a053e00fa3bb59a52846e3afc8244b8de1a7ee4667847b829f7d176121c496fd038f roswell-22.12.14.113.tar.gz
|
||||
9bc4962d5e132c20a896342fff28138692e79a91657aa1d8642f431eaa2f757d72d92a792b079cfb9cf55e196af453f0e420d0f9e927a1c8f0daf93d54506bf4 roswell-23.10.14.114.tar.gz
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user