2010-01-21 17:17:39 +01:00
|
|
|
# Template file for 'graphviz'
|
|
|
|
pkgname=graphviz
|
2011-05-25 16:01:42 +02:00
|
|
|
version=2.28.0
|
2010-01-21 17:17:39 +01:00
|
|
|
distfiles="http://www.graphviz.org/pub/graphviz/stable/SOURCES/$pkgname-$version.tar.gz"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-01-12 23:58:41 +01:00
|
|
|
revision=3
|
2012-05-23 18:26:56 +02:00
|
|
|
makedepends="flex pkg-config libpng-devel gd-devel expat-devel zlib-devel gd-devel gtk+-devel glib-devel pango-devel cairo-devel libX11-devel libXpm-devel jpeg-devel fontconfig-devel freetype-devel librsvg-devel atk-devel libXaw-devel libSM-devel libICE-devel libXt-devel libXmu-devel libXpm-devel libXext-devel libltdl-devel libXrender-devel qt-devel"
|
2010-01-21 17:17:39 +01:00
|
|
|
short_desc="Graph Visualization Software"
|
|
|
|
configure_args="--disable-rpath --enable-ltdl --disable-ltdl-install
|
|
|
|
--disable-swig --disable-sharp --disable-guile --disable-io --disable-java
|
|
|
|
--disable-lua --disable-ocaml --disable-perl --disable-php --disable-python
|
|
|
|
--disable-r --disable-ruby --disable-tcl --without-included-ltdl
|
2012-01-12 23:58:41 +01:00
|
|
|
--without-devil --without-glut --without-ghoscript --with-libgd"
|
2010-01-21 17:17:39 +01:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-05-25 16:01:42 +02:00
|
|
|
checksum=d3aa7973c578cae4cc26d9d6498c57ed06680cab9a4e940d0357a3c6527afc76
|
2010-01-21 17:17:39 +01:00
|
|
|
long_desc="
|
|
|
|
Graph visualization is a way of representing structural information as
|
|
|
|
diagrams of abstract graphs and networks. Automatic graph drawing has
|
|
|
|
many important applications in software engineering, database and web
|
|
|
|
design, networking, and in visual interfaces for many other domains."
|
|
|
|
|
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
# Remove unused stuff (for now).
|
|
|
|
rm -rf ${DESTDIR}/usr/include ${DESTDIR}/usr/lib/pkgconfig
|
2011-05-25 16:01:42 +02:00
|
|
|
install -D -m644 ${FILESDIR}/LICENSE \
|
|
|
|
${DESTDIR}/usr/share/licenses/graphviz/LICENSE
|
2010-01-21 17:17:39 +01:00
|
|
|
}
|