From 3ee93968e10126adc7dad5c8872f0170c3421e13 Mon Sep 17 00:00:00 2001 From: zorz Date: Tue, 5 May 2026 18:29:35 +0300 Subject: various obsolette --- mpfr/.signature | 5 +++++ mpfr/MAKEPKG | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 mpfr/.signature create mode 100644 mpfr/MAKEPKG (limited to 'mpfr') diff --git a/mpfr/.signature b/mpfr/.signature new file mode 100644 index 0000000..65099f6 --- /dev/null +++ b/mpfr/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with opentux.pub +RWTZ9IduCSQ/mJNFv+ej34vzSOB/9/phz7hBFz+8bHoCHLkgCwDnGcKIeeCoUsVjJYqfw2fb0nIEIQKS+oryZhaQ78ORgYKSNws= + +SHA256 (MAKEPKG) = 67efbaada3960f95f09f2df13e1d6019ce13bf1264bdecb018771c05544e7898 +SHA256 (mpfr-4.2.2.tar.xz) = b67ba0383ef7e8a8563734e2e889ef5ec3c3b898a01d00fa0a6869ad81c6ce01 diff --git a/mpfr/MAKEPKG b/mpfr/MAKEPKG new file mode 100644 index 0000000..e75b534 --- /dev/null +++ b/mpfr/MAKEPKG @@ -0,0 +1,33 @@ +#!/bin/mkpkg +# description: C library for multiple-precision floating-point computations with correct rounding +# url: https://www.mpfr.org/ + +name=mpfr +version=4.2.2 +release=1 +depends=(gmp) +source=( + https://www.mpfr.org/mpfr-$version/mpfr-$version.tar.xz +) + +sha256sums=( + "b67ba0383ef7e8a8563734e2e889ef5ec3c3b898a01d00fa0a6869ad81c6ce01" +) + +build() { + cd mpfr-$version + + ./configure --prefix=/usr + make + make DESTDIR=$PKG install + + rm -r $PKG/usr/share + rm -f $PKG/usr/lib/*.la +} + +signify() { + untrusted comment: *** OpenTUX *** public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh -- cgit v1.2.3