lzdoom: new package at 3.88b
[kiss-trunc88.git] / graphicsmagick / build
blobc10b99c6fe7c61008d2c742891238038fafacc5a
1 #!/bin/sh -e
3 ./configure \
4 --prefix=/usr \
5 --sysconfdir=/etc \
6 --disable-compressed-files \
7 --enable-magick-compat \
8 --without-magick-plus-plus \
9 --without-perl \
10 --with-x
12 # --enable-shared \
13 # --with-modules \
15 make
16 #make DESTDIR="$1" install-exec
17 make DESTDIR="$1" install
18 rm -rf "$1/usr/share/doc"