diff options
author | Tim Biermann <tbier@posteo.de> | 2021-12-13 12:11:56 +0100 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-12-13 12:11:56 +0100 |
commit | a2042849de191f6158b9dd94d1baa84d388de4ef (patch) | |
tree | dea17b631c236e62d3e973fff05ef3995bab2475 /libmpfr | |
parent | 7e7df50d8ec24902231e221f6057d59bd71f4b1f (diff) | |
download | core-a2042849de191f6158b9dd94d1baa84d388de4ef.tar.gz core-a2042849de191f6158b9dd94d1baa84d388de4ef.tar.xz |
libmpfr: syntax
Diffstat (limited to 'libmpfr')
-rw-r--r-- | libmpfr/.signature | 4 | ||||
-rw-r--r-- | libmpfr/Pkgfile | 16 |
2 files changed, 10 insertions, 10 deletions
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 } |