diff options
author | Cem Keylan <cem@ckyln.com> | 2020-12-02 03:57:53 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-12-02 03:57:53 +0300 |
commit | 21dfd109165a717de74798bed1588d28b663fae4 (patch) | |
tree | fb125952788b7ba377595fbcc221d5e401bd3c77 /extra/imagemagick/build | |
parent | 160faf93d99c295f8e77273afa2e0e2df02f3afd (diff) | |
download | repository-21dfd109165a717de74798bed1588d28b663fae4.tar.gz |
imagemagick: add new package at 7.0.10-41
Diffstat (limited to 'extra/imagemagick/build')
-rwxr-xr-x | extra/imagemagick/build | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/extra/imagemagick/build b/extra/imagemagick/build new file mode 100755 index 00000000..e5836de3 --- /dev/null +++ b/extra/imagemagick/build @@ -0,0 +1,13 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --disable-nls \ + --without-magick-plus-plus \ + --without-perl \ + --without-xml + +make +make DESTDIR="$1" install |