From bc52d297bf9ff9eef62a26f58b5e8825fefeb597 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Wed, 17 Aug 2016 13:55:28 +0200 Subject: community/openlibm: moved from testing --- community/openlibm/APKBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 community/openlibm/APKBUILD (limited to 'community/openlibm') diff --git a/community/openlibm/APKBUILD b/community/openlibm/APKBUILD new file mode 100644 index 0000000000..f354b7a8f0 --- /dev/null +++ b/community/openlibm/APKBUILD @@ -0,0 +1,28 @@ +# Contributor: Jakub Jirutka +# Maintainer: Jakub Jirutka +pkgname=openlibm +pkgver=0.5.3 +pkgrel=0 +pkgdesc="High quality system independent, portable, open source libm implementation" +url="http://www.openlibm.org" +arch="all" +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" +builddir="$srcdir/$pkgname-$pkgver" + +build() { + cd "$builddir" + make +} + +package() { + cd "$builddir" + make VERSION=$pkgver DESTDIR="$pkgdir" prefix=/usr install +} + +md5sums="0733b1f9d7913a1f9421fc4ffeac174c openlibm-0.5.3.tar.gz" +sha256sums="e86d001dfd05557e900e424bdc85024dbd5f00ad194d4607feb39c6f4d117512 openlibm-0.5.3.tar.gz" +sha512sums="b397482b00cd51b2e66dceff2c4c5ba58bb05b6ae9d16cdaecb2bb05a9accbd84ae4c5387a8ef31c49928a61776de21fed48943d551ec3f65e2943e9ac8ef2f8 openlibm-0.5.3.tar.gz" -- cgit v1.2.3