build (94B)
1 #!/bin/sh -ex 2 3 ./configure --prefix="$PREFIX" --enable-static --enable-shared=no 4 make install