summaryrefslogtreecommitdiff
path: root/extra/graphviz/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/graphviz/PKGBUILD')
-rw-r--r--extra/graphviz/PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/extra/graphviz/PKGBUILD b/extra/graphviz/PKGBUILD
index 1a2728ae0..197b40c88 100644
--- a/extra/graphviz/PKGBUILD
+++ b/extra/graphviz/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 180579 2013-03-23 23:09:33Z td123 $
+# $Id: PKGBUILD 184387 2013-05-06 19:37:39Z foutrelis $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: kevin <kevin@archlinux.org>
# Contributor: John Proctor <jproctor@prium.net>
pkgname=graphviz
pkgver=2.30.1
-pkgrel=2.1
+pkgrel=3
pkgdesc='Graph visualization software'
url='http://www.graphviz.org/'
license=('custom:EPL')
@@ -34,9 +34,8 @@ sha1sums=('96739220c4bbcf1bd3bd52e7111f4e60497185c6'
options=('!libtool')
install=install
-build() {
+prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
-
sed \
-e '/"archdir"/s:$:+" '"$(echo -I/usr/include/ruby-2.0.0/{$CARCH-linux,ruby/backward,})"'":' \
-e '/CONFIG/s:site:vendor:' \
@@ -45,7 +44,10 @@ build() {
-e 's:ruby-1.9:ruby-2.0:g' \
-e '/LIBPOSTFIX="64"/d' \
-i configure
+}
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
export PYTHON=python2
export LUA=lua5.1