# Basic information name="gmp" version="6.3.0" # Download options format="tar" url="https://gmplib.org/download/gmp/gmp-$version.tar.xz" output="gmp-$version.tar.xz" sha256sum="a3c2b80201b89e68616f4ad30bc66aee4927c3ce50e33929ca819d5c43538898" # Build instructions default_build_make=true default_install_make=true do_configure() { $srcdir/configure --enable-shared=no --with-gnu-ld --host=$LUNA_ARCH-luna --prefix=/usr }