milis/talimatname/genel/graphviz/talimat

27 lines
708 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Graphviz açık kaynak grafik görselleştirme yazılımıdır
# URL: http://www.graphviz.org
# Packager: milisarge
# Depends on: gtk2 freetype xorg-fontconfig freeglut gdk-pixbuf libjpeg-turbo libpng pango xorg libglade ghostscript qt4 swig guile openjdk lua php python ruby tcl tk
name=graphviz
version=2.38.0
release=1
source=(http://www.graphviz.org/pub/graphviz/stable/SOURCES/$name-$version.tar.gz)
build () {
cd $name-$version
sed -e "s:ruby-1.9:ruby-2.2:g" \
-i configure
./configure --prefix=/usr
make
make DESTDIR=$PKG install
install -v -m755 -d $PKG/usr/share/doc/graphviz-2.38.0
ln -v -s $PKG/usr/share/graphviz/doc \
$PKG/usr/share/doc/graphviz-2.38.0
}