diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2011-05-31 20:53:41 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-06-13 01:31:21 -0400 |
commit | 6406e0f55941e527921436c91769e0feddd4caf0 (patch) | |
tree | 6083f125fddcad58303eb212df5c08bb8826a2b3 /graphics/graphviz | |
parent | 893279912d8d53d3c5657f8e023cf30138da03f0 (diff) |
graphics/graphviz: Updated for version 2.28.0
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'graphics/graphviz')
-rw-r--r-- | graphics/graphviz/graphviz.SlackBuild | 11 | ||||
-rw-r--r-- | graphics/graphviz/graphviz.info | 8 |
2 files changed, 10 insertions, 9 deletions
diff --git a/graphics/graphviz/graphviz.SlackBuild b/graphics/graphviz/graphviz.SlackBuild index 26f0b5399197..385a05f48fe7 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 113badfd73a0..f4064592d5ea 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" |