# Maintainer: Levente Polyak # Maintainer: David Runge # Contributor: Anatol Pomozov # Contributor: Stéphane Gaudreault # ALARM: Kevin Mihelich = 5 ./configure "${configure_options[@]}" # prevent excessive overlinking due to libtool sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make V=1 } check() { make check -C $pkgname-$pkgver } package() { depends+=(libpmix.so) make DESTDIR="$pkgdir" install -C $pkgname-$pkgver install -Dm 644 $pkgname-$pkgver/LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/" } # vim: ts=2 sw=2 et: