ap/graphviz: Upgraded to graphviz-2.28.0.

slackware-14.2
Damien Goutte-Gattat 2012-02-27 14:58:06 +01:00
parent 7daeff65e4
commit 0bfea59d15
3 changed files with 4 additions and 4 deletions

View File

@ -1 +0,0 @@
04503ac5a9eaa579859f0d017811fa245717edec graphviz-2.26.3.tar.gz

View File

@ -0,0 +1 @@
4725d88a13e071ee22e632de551d4a55ca08ee7d graphviz-2.28.0.tar.gz

View File

@ -1,6 +1,6 @@
#!/bin/bash
# Build script for Slackware
# Copyright (C) 2009,2010 Damien Goutte-Gattat
# Copyright (C) 2009,2010,2012 Damien Goutte-Gattat
#
# Redistribution and use of this script, with or without modifications,
# is permitted provided that the following conditions are met:
@ -27,7 +27,7 @@
# Source package infos
NAMESRC=${NAMESRC:-graphviz}
VERSION=${VERSION:-2.26.3}
VERSION=${VERSION:-2.28.0}
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz}
WGET=${WGET:-http://www.graphviz.org/pub/graphviz/stable/SOURCES/$ARCHIVE}
@ -93,7 +93,7 @@ CXXFLAGS=$CPUOPT \
--libdir=/usr/lib$LIBDIRSUFFIX \
--disable-static \
--enable-ltdl \
--disable-swig
--disable-ocaml
make -j $JOBS
make install-strip DESTDIR=$PKG