1 # Maintainer: Antonio Rojas <arojas@archlinux.org>
6 pkgdesc='Library for polynomials over boolean rings'
8 url='https://github.com/BRiAl/BRiAl'
12 source=(https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2)
13 sha256sums=('ca009e3722dd3f0a60d15501caed1413146c80abced57423e32ae0116f407494')
18 ./configure --prefix=/usr --enable-shared
19 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # https://bugzilla.gnome.org/show_bug.cgi?id=655517
31 make DESTDIR="$pkgdir" install