aboutsummaryrefslogtreecommitdiff
path: root/extra/imagemagick/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-12-02 03:57:53 +0300
committerCem Keylan <cem@ckyln.com>2020-12-02 03:57:53 +0300
commit21dfd109165a717de74798bed1588d28b663fae4 (patch)
treefb125952788b7ba377595fbcc221d5e401bd3c77 /extra/imagemagick/build
parent160faf93d99c295f8e77273afa2e0e2df02f3afd (diff)
downloadrepository-21dfd109165a717de74798bed1588d28b663fae4.tar.gz
imagemagick: add new package at 7.0.10-41
Diffstat (limited to 'extra/imagemagick/build')
-rwxr-xr-xextra/imagemagick/build13
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