#### this file is sourced not run
PKGVER=7.1.0
PKGBUILD=1
PKGARCH=x86_64

# source: BLFS 11.3
TARBALL=graphviz-$PKGVER.tar.bz2
MD5SUM=495f7da354be58309d91a2e0d377ae3b
SRC_URL=https://gitlab.com/graphviz/graphviz/-/archive/$PKGVER/$TARBALL
BUNDLE=

SLACKREQ=''
SLACKDESC="graphviz-base: graphviz-base $PKGVER (Graph visualisation software)  
graphviz-base:  
graphviz-base: Graphviz is open source graph visualization software. Graph 
graphviz-base: visualization is a way of representing structural information as 
graphviz-base: diagrams of abstract graphs and networks. 
graphviz-base:
graphviz-base: This is the base version of graphviz which has no dependencies.
graphviz-base: It can produce standard graphs but does not include any viewers.
graphviz-base: 
graphviz-base: http://www.graphviz.org/ 
graphviz-base: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/graphviz* &&
	./autogen.sh &&
	pkg_build_autoconf &&
	pkg_build_slackdesc &&
	rm -fr  /etc/ld.so.cache /var/cache
}
