# Contributor: Jakub Jirutka # Maintainer: Jakub Jirutka pkgname=openlibm pkgver=0.5.4 pkgrel=0 pkgdesc="High quality system independent, portable, open source libm implementation" url="http://www.openlibm.org" arch="all !s390x" license="MIT BSD public-domain" depends="" makedepends="" subpackages="$pkgname-dev" source="$pkgname-$pkgver.tar.gz::https://github.com/JuliaLang/$pkgname/archive/v$pkgver.tar.gz powerpc_fixes.patch" builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" make } package() { cd "$builddir" make VERSION=$pkgver DESTDIR="$pkgdir" prefix=/usr install } sha512sums="ca74936b9eb7a52566cc509ffb98dd9e1672cd4029ba0193162505e53fe671b8903c37ef4036c15d0872ca246079a792d1630f3a93024010ff0c232f78295192 openlibm-0.5.4.tar.gz 76ee57a281275b2bd382f0485e4ca383566af47f3d89981b75ad764c629d82f7f0260fb41cc9eb50f0f175c88b64699aabcc732add321f4d730f38ba7a48238d powerpc_fixes.patch"