[package] name = "mpfr" version = "4.2.2" description = "Multiple-precision floating-point library" url = "https://www.mpfr.org/" license = "LGPL-3.0" [source] url = "https://www.mpfr.org/mpfr-current/mpfr-${version}.tar.xz" sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" [dependencies] run = ["gmp"] build = ["gcc", "make"] [build] system = "autotools" configure = """./configure --prefix=/usr --disable-static --enable-thread-safe""" make = """make""" install = """make DESTDIR=${PKG} install"""