# Maintainer: pkgname=guile pkgver=2.2.5 pkgrel=0 pkgdesc="Portable, embeddable Scheme implementation written in C" url="https://www.gnu.org/software/guile/" arch="all !ppc" # https://debbugs.gnu.org/cgi/bugreport.cgi?bug=26854 options="!check !dbg" # Requires actual LC_COLLATE and LC_MONETARY support. license="LGPL-3.0+ AND GPL-3.0+" subpackages="$pkgname-dev $pkgname-doc $pkgname-libs" depends="" depends_dev="guile gc-dev" makedepends="gc-dev gmp-dev libffi-dev libtool libunistring-dev ncurses-dev texinfo" source="ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz 0002-Mark-mutex-with-owner-not-retained-threads-test-as-u.patch " build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --disable-error-on-warning \ --disable-static make } package() { make DESTDIR="$pkgdir" install rm "$pkgdir"/usr/lib/charset.alias } sha512sums="1c07a6d16e00953d416bd8db5b1e9574c62751f745c203de5a910b9688cf93756fe2303ab084d9e9949bff11e6e14909304ecd1ef671be2a06c7c3f292f6380c guile-2.2.5.tar.gz b1c309cc07830ff1741ef88857f8099187b449580e8d57862886abc367ef1accc5a35636d81eee09247f13d3a751cdc8909fdea05368d3d509bd2039ce06d078 0002-Mark-mutex-with-owner-not-retained-threads-test-as-u.patch"