# Maintainer: Jesus E. pkgname=libsigsegv pkgver=2.13 pkgrel=1 arch=('i686' 'x86_64') pkgdesc='Page fault detection library' url='https://www.gnu.org/software/libsigsegv/' license=('GPL-2') depends=('glibc') source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig}) sha512sums=('9c0cf01ee2a39f77f2e42eb06a2aa60644e10fe2cd39089de58f6206baf7fe7d61fe0ec6bf187276fcfccf61585154ce904fe374b474b7ba9fa050a61a2f3918' 'SKIP') validpgpkeys=('68D94D8AAEEAD48AE7DC5B904F494A942E4616C2' '9001B85AF9E1B83DF1BDA942F5BE8B267C6A406D') # Bruno Haible (Open Source Development) build() { cd ${pkgname}-${pkgver} ./configure --prefix=/usr --enable-shared make } package() { cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install install -Dm644 COPYING -t "${pkgdir}/usr/share/licenses/$pkgname" }