summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Audrius Kažukauskas2011-06-01 02:53:41 +0200
committer Robby Workman2011-06-13 07:31:21 +0200
commit6406e0f55941e527921436c91769e0feddd4caf0 (patch)
tree6083f125fddcad58303eb212df5c08bb8826a2b3 /graphics
parent893279912d8d53d3c5657f8e023cf30138da03f0 (diff)
downloadslackbuilds-6406e0f55941e527921436c91769e0feddd4caf0.tar.gz
graphics/graphviz: Updated for version 2.28.0
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/graphviz/graphviz.SlackBuild11
-rw-r--r--graphics/graphviz/graphviz.info8
2 files changed, 10 insertions, 9 deletions
diff --git a/graphics/graphviz/graphviz.SlackBuild b/graphics/graphviz/graphviz.SlackBuild
index 26f0b53991..385a05f48f 100644
--- a/graphics/graphviz/graphviz.SlackBuild
+++ b/graphics/graphviz/graphviz.SlackBuild
@@ -7,8 +7,8 @@
# Modified by Heinz Wiesinger <pprkut@slackbuilds.org>
PRGNAM=graphviz
-VERSION=${VERSION:-2.26.3}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-2.28.0}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -49,6 +49,9 @@ cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
+# Install PHP bindings to proper location.
+sed -i 's|/php/modules|/php/extensions|' configure
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@@ -62,9 +65,7 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install-strip DESTDIR=$PKG
-# Move php bindings to proper location and install config file
-mv $PKG/usr/lib$LIBDIRSUFFIX/php/modules \
- $PKG/usr/lib$LIBDIRSUFFIX/php/extensions
+# Install config file for PHP.
install -D -m 644 $CWD/graphviz.ini $PKG/etc/php/graphviz.ini.new
find $PKG/usr/man -type f -exec gzip -9 {} \;
diff --git a/graphics/graphviz/graphviz.info b/graphics/graphviz/graphviz.info
index 113badfd73..f4064592d5 100644
--- a/graphics/graphviz/graphviz.info
+++ b/graphics/graphviz/graphviz.info
@@ -1,10 +1,10 @@
PRGNAM="graphviz"
-VERSION="2.26.3"
+VERSION="2.28.0"
HOMEPAGE="http://graphviz.org/"
-DOWNLOAD="http://graphviz.org/pub/graphviz/stable/SOURCES/graphviz-2.26.3.tar.gz"
-MD5SUM="6f45946fa622770c45609778c0a982ee"
+DOWNLOAD="http://graphviz.org/pub/graphviz/stable/SOURCES/graphviz-2.28.0.tar.gz"
+MD5SUM="8d26c1171f30ca3b1dc1b429f7937e58"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Audrius Kažukauskas"
EMAIL="audrius@neutrino.lt"
-APPROVED="rworkman"
+APPROVED="dsomero"