build (85B)
1 #!/bin/sh -ex 2 3 ./configure --prefix="$PREFIX" \ 4 --with-gmp=/opt/libgmp 5 make install