summaryrefslogtreecommitdiffstats
path: root/graphics/GraphicsMagick/GraphicsMagick.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/GraphicsMagick/GraphicsMagick.SlackBuild')
-rw-r--r--graphics/GraphicsMagick/GraphicsMagick.SlackBuild21
1 files changed, 11 insertions, 10 deletions
diff --git a/graphics/GraphicsMagick/GraphicsMagick.SlackBuild b/graphics/GraphicsMagick/GraphicsMagick.SlackBuild
index 4c1c015bc1..8fabfa69ec 100644
--- a/graphics/GraphicsMagick/GraphicsMagick.SlackBuild
+++ b/graphics/GraphicsMagick/GraphicsMagick.SlackBuild
@@ -8,6 +8,15 @@
# MIA. Original version had no license; I'm licensing the update under the
# terms of the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20170708 bkw:
+# - updated for v1.3.26
+
+# 20161016 bkw:
+# - updated for v1.3.25
+
+# 20151127 bkw:
+# - fix build on -current, in anticipation of 14.2
+
# 20150803 bkw:
# - updated for v1.3.21
# - install docs to /usr/doc/$PRGNAM-$VERSION, not /usr/share/doc
@@ -15,14 +24,8 @@
# - build Tcl bindings (TclMagick)
# - document optional deps in README
-# 20151127 bkw:
-# - fix build on -current, in anticipation of 14.2
-
-# 20161016 bkw:
-# - updated for v1.3.25
-
PRGNAM=GraphicsMagick
-VERSION=${VERSION:-1.3.25}
+VERSION=${VERSION:-1.3.26}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -124,8 +127,6 @@ DISPLAY="" \
LD_PRELOAD="$PKG/usr/lib$LIBDIRSUFFIX/lib$PRGNAM.so" \
../rungm.sh make test
-make install DESTDIR=$PKG
-
cd -
### Done with perl module
@@ -155,7 +156,7 @@ if [ "$GMVER" = "$VERSION" ]; then
--with-tk=/usr/lib$LIBDIRSUFFIX
make
- make install DESTDIR=$PKG
+ make install INSTALL=$( which install ) DESTDIR=$PKG
WITHTCL=WITH
cd -