pcre: fork, fix sources
[kiss-trunc88.git] / imagemagick / build
blob86d785972c6f3d57f006da1b886e140533f11144
1 #!/bin/sh -e
3 ./configure \
4 --prefix=/usr \
5 --sysconfdir=/etc \
6 --mandir=/usr/share/man \
7 --disable-shared \
8 --disable-nls \
9 --without-modules \
10 --without-magick-plus-plus \
11 --without-perl \
12 --without-xml
14 make
15 make DESTDIR="$1" install-binPROGRAMS install-exec-local
17 # Remove the rarely used library.
18 rm -rf "$1/usr/lib"