# Description: Interface to AT&T's GraphViz. Deprecated. See GraphViz2 # URL: http://search.cpan.org/~rsavage/GraphViz/ # Maintainer: Petar Petrov, slackalaxy at gmail dot com # Depends on: p5-file-which p5-ipc-run p5-libwww p5-parse-recdescent p5-xml-twig p5-xml-xpath graphviz name=p5-graphviz version=2.25 release=1 source=(http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/GraphViz-${version}.tgz) build() { cd GraphViz-$version # PERL_MM_USE_DEFAULT=1 \ perl Makefile.PL make OPTIMIZE="$CFLAGS" DESTDIR="$PKG" install find "$PKG" -depth \ -type f \( -name .packlist -o -name \*.bs -o -name perllocal.pod \) -delete , \ -type f -name autosplit.ix \( -exec grep -q '^[[:space:]]*package' {} \; -o -delete \) , \ -type d -empty -exec rmdir {} + }