mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
main/guile: modernise, disable check, fix license
This commit is contained in:
parent
b3b6f60109
commit
0e31088488
@ -10,7 +10,8 @@ pkgrel=0
|
||||
pkgdesc="Guile is a portable, embeddable Scheme implementation written in C"
|
||||
url="https://www.gnu.org/software/guile/"
|
||||
arch="all"
|
||||
license="GPL"
|
||||
options="!check" # Requires actual LC_COLLATE and LC_MONETARY support.
|
||||
license="LGPL-3.0+, GPL-3.0+"
|
||||
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"
|
||||
makedepends="gmp-dev libtool ncurses-dev texinfo libunistring-dev libffi-dev
|
||||
gc-dev"
|
||||
@ -30,14 +31,13 @@ build() {
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
--disable-error-on-warning \
|
||||
--disable-static \
|
||||
|| return 1
|
||||
make || return 1
|
||||
--disable-static
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
make DESTDIR="$pkgdir" install
|
||||
rm "$pkgdir"/usr/lib/charset.alias
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user