From 6406e0f55941e527921436c91769e0feddd4caf0 Mon Sep 17 00:00:00 2001 From: Audrius Kažukauskas Date: Tue, 31 May 2011 20:53:41 -0400 Subject: graphics/graphviz: Updated for version 2.28.0 Signed-off-by: dsomero --- graphics/graphviz/graphviz.SlackBuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'graphics/graphviz/graphviz.SlackBuild') 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 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 {} \; -- cgit v1.2.3-80-g2a13