From 3ee93968e10126adc7dad5c8872f0170c3421e13 Mon Sep 17 00:00:00 2001 From: zorz Date: Tue, 5 May 2026 18:29:35 +0300 Subject: various obsolette --- libmpc/MAKEPKG | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 libmpc/MAKEPKG (limited to 'libmpc') diff --git a/libmpc/MAKEPKG b/libmpc/MAKEPKG new file mode 100644 index 0000000..dfe8cdf --- /dev/null +++ b/libmpc/MAKEPKG @@ -0,0 +1,28 @@ +#!/bin/mkpkg +# description: C library for the arithmetic of complex numbers +# url: http://www.multiprecision.org/ + +name=libmpc +version=1.3.1 +release=1 +depends=(gmp mpfr) +source=( + https://ftpmirror.gnu.org/gnu/mpc/mpc-$version.tar.gz +) + +sha256sums=( + "ab642492f5cf882b74aa0cb730cd410a81edcdbec895183ce930e706c1c759b8" +) + +build() { + cd mpc-$version + + ./configure --prefix=/usr + make + make DESTDIR=$PKG install + + rm -r $PKG/usr/share + rm -f $PKG/usr/lib/*.la +} + +# vim: filetype=sh -- cgit v1.2.3