~alpine/aports

1

[PATCH 1/2] testing/mpfr: new aport

Bart Ribbers <bribbers@disroot.org>
Details
Message ID
<20190823170128.25329-1-bribbers@disroot.org>
DKIM signature
missing
Download raw message
Patch: +29 -0
A new requirement for testing/kcalc
---
 testing/mpfr/APKBUILD | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 testing/mpfr/APKBUILD

diff --git a/testing/mpfr/APKBUILD b/testing/mpfr/APKBUILD
new file mode 100644
index 0000000000..76e1b8d154
--- /dev/null
+++ b/testing/mpfr/APKBUILD
@@ -0,0 +1,29 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=mpfr
pkgver=4.0.2
pkgrel=0
arch="all"
url="https://mpfr.org"
pkgdesc="Speech Synthesizer Frontend"
license="LGPL-3.0-or-later"
depends_dev="gmp-dev"
makedepends="$depends_dev"
source="http://mpfr.org/mpfr-$pkgver/mpfr-$pkgver.tar.xz"
subpackages="$pkgname-static $pkgname-dev $pkgname-doc"

build() {
	./configure --prefix=/usr --enable-thread-safe --enable-shared
	make
}

check() {
	make check
	make check-exported-symbols
}

package() {
	DESTDIR="$pkgdir" make install
}

sha512sums="d583555d08863bf36c89b289ae26bae353d9a31f08ee3894520992d2c26e5683c4c9c193d7ad139632f71c0a476d85ea76182702a98bf08dde7b6f65a54f8b88  mpfr-4.0.2.tar.xz"
-- 
2.23.0
Details
Message ID
<CAEuRe+3f6rZ_YvpS2J+9QAq_FZXEhqrJ9Biim0bsLuZA4Lt8xw@mail.gmail.com>
In-Reply-To
<20190823170128.25329-1-bribbers@disroot.org> (view parent)
DKIM signature
missing
Download raw message
On Fri, Aug 23, 2019 at 12:12 PM Bart Ribbers <bribbers@disroot.org> wrote:

> +pkgdesc="Speech Synthesizer Frontend"

????

 - Jeff
Reply to thread Export thread (mbox)