# Contributor: Carlo Landmeter # Contributor: Lee Starnes # Maintainer: Lee Starnes pkgname=libsigsegv pkgver=2.12 pkgrel=0 pkgdesc="A library for handling page faults in user mode" url="https://www.gnu.org/software/libsigsegv" arch="all" license="GPL-2.0+" depends="" makedepends="" subpackages="$pkgname-dev" source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz musl-ppc32.patch " build() { ./configure \ --prefix=/usr \ --build=$CBUILD \ --host=$CHOST \ --localstatedir=/var \ --sysconfdir=/etc \ --enable-shared make } check() { make check } package() { make DESTDIR="$pkgdir" install } sha512sums="27986e8aaf4357ed131032aa7c281a5a28c5759530c62bb76f034aea33959547dcaae805e06347a1f532f0488b72fbbbdac4400f74e8d3f2128511526e8a5913 libsigsegv-2.12.tar.gz fba3bf8679619d9e363bf42e476960dd73cc9a01915773193d6b6d2ca76ee5240a9284982d00bc40601c6da3210c08eb90e61661404ccaf017144ccc36b25762 musl-ppc32.patch"