[package] name = "gmp" version = "6.3.0" description = "GNU Multiple Precision Arithmetic Library" url = "https://gmplib.org/" license = "LGPL-3.0" [source] url = "https://gmplib.org/download/gmp/gmp-${version}.tar.xz" sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" [dependencies] run = [] build = ["gcc", "make", "m4"] [build] system = "autotools" configure = """./configure --prefix=/usr --enable-cxx --disable-static""" make = """make""" install = """make DESTDIR=${PKG} install"""