diff options
Diffstat (limited to 'extra/graphviz')
-rw-r--r-- | extra/graphviz/PKGBUILD | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/extra/graphviz/PKGBUILD b/extra/graphviz/PKGBUILD index 3dfefeadc..85b90ae82 100644 --- a/extra/graphviz/PKGBUILD +++ b/extra/graphviz/PKGBUILD @@ -9,8 +9,23 @@ pkgrel=8 pkgdesc='Graph visualization software' url='http://www.graphviz.org/' license=('custom:EPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts') +case $CARCH in + mips64el) +# r and ocaml aren't ported yet +# no one's interested on mono +makedepends=('swig' 'guile' 'lua' 'perl' 'php' 'python2' 'ruby' 'tk' 'qt') +optdepends=('guile: guile bindings' + 'lua: lua bindings' + 'perl: perl bindings' + 'php: php bindings' + 'python2: python bindings' + 'ruby: ruby bindings' + 'tcl: tcl bindings' + 'qt: gvedit') + ;; + *) makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml' 'perl' 'php' 'python2' 'r' 'ruby' 'tk' 'qt') optdepends=('mono: sharp bindings' 'guile: guile bindings' @@ -23,6 +38,7 @@ optdepends=('mono: sharp bindings' 'ruby: ruby bindings' 'tcl: tcl bindings' 'qt: gvedit') +esac source=("${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz" 'LICENSE') sha1sums=('4725d88a13e071ee22e632de551d4a55ca08ee7d' |