build (378B)
1 #!/bin/sh -e 2 3 ./configure \ 4 --prefix=/usr \ 5 --without-perl5 \ 6 --without-octave \ 7 --without-scilab \ 8 --without-java \ 9 --without-javascript \ 10 --without-android \ 11 --without-guile \ 12 --without-mzscheme \ 13 --without-ruby \ 14 --without-php \ 15 --without-ocaml \ 16 --without-csharp \ 17 --without-lua \ 18 --without-r \ 19 --without-go \ 20 --without-go \ 21 22 make 23 make DESTDIR="$1" install