20 lines
448 B
Plaintext
20 lines
448 B
Plaintext
# Basic information
|
|
name="mpc"
|
|
version="1.3.1"
|
|
dependencies=(gmp mpfr)
|
|
|
|
# Download options
|
|
format="tar"
|
|
url="https://ftp.gnu.org/gnu/mpc/mpc-$version.tar.gz"
|
|
output="mpc-$version.tar.gz"
|
|
sha256sum="ab642492f5cf882b74aa0cb730cd410a81edcdbec895183ce930e706c1c759b8"
|
|
|
|
# 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
|
|
}
|