ports/core (3.7): libmpfr: syntax
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit a2042849de191f6158b9dd94d1baa84d388de4ef Author: Tim Biermann <tbier@posteo.de> Date: Mon Dec 13 12:11:56 2021 +0100 libmpfr: syntax diff --git a/libmpfr/.signature b/libmpfr/.signature index a7588686..f244fe75 100644 --- a/libmpfr/.signature +++ b/libmpfr/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqmAFgyTZG6RfBjpoQgVjNHfuYFxxBSJnbei/OT/czFBMBIWJN2p0iHhxfv4333YJwdv5td2v5dNhCsTQGLyN1Qs= -SHA256 (Pkgfile) = 8ab074ff7224d2b083731a32bcfbae4c82ccee399c5dd469a9be318124feea40 +RWRJc1FUaeVequKSVUp51Zv9nh49DJtjTh3qN0qLp9cKfGjK4bKavtjMsHPgOGv31yCdZqOsZpE5i1zfSfn1rl1s5lE/cN+ebgk= +SHA256 (Pkgfile) = 486228304fd7141d507833687c20328a9bbe8ac0d729444a410b02cb0a8d92d9 SHA256 (.footprint) = df4ba70cce4a574d91da0f44e2a222343211e976a2a4f6887cb6f3af311f43f7 SHA256 (mpfr-4.1.0.tar.xz) = 0c98a3f1732ff6ca4ea690552079da9c597872d30e96ec28414ee23c95558a7f diff --git a/libmpfr/Pkgfile b/libmpfr/Pkgfile index 6dba9c88..30fa5e29 100644 --- a/libmpfr/Pkgfile +++ b/libmpfr/Pkgfile @@ -1,7 +1,7 @@ # Description: C library for multiple-precision floating-point computations with correct rounding -# URL: https://www.mpfr.org/ -# Maintainer: CRUX System Team, core-ports at crux dot nu -# Depends on: libgmp +# URL: https://www.mpfr.org/ +# Maintainer: CRUX System Team, core-ports at crux dot nu +# Depends on: libgmp name=libmpfr version=4.1.0 @@ -9,9 +9,9 @@ release=1 source=(https://www.mpfr.org/mpfr-${version%-*}/mpfr-${version%-*}.tar.xz) build() { - cd mpfr-${version%-*} - ./configure --prefix=/usr - make - make DESTDIR=$PKG install - rm -r $PKG/usr/share + cd mpfr-${version%-*} + ./configure --prefix=/usr + make + make DESTDIR=$PKG install + rm -r $PKG/usr/share }
participants (1)
-
crux@crux.nu