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

# source: BLFS post-.7.8 (2015-09-25) 
TARBALL=doxygen-$PKGVER.src.tar.gz
MD5SUM=79767ccd986f12a0f949015efb5f058f
SRC_URL=http://ftp.stack.nl/pub/doxygen/$TARBALL
BUNDLE=

SLACKREQ=''
SLACKDESC="doxygen: doxygen $PKGVER (Documentation generator)  
doxygen:  
doxygen: The Doxygen package contains a documentation system for C++, C, Java, 
doxygen: Objective-C, Corba IDL and to some extent PHP, C# and D. It is useful 
doxygen: for generating HTML documentation and/or an off-line reference manual 
doxygen: from a set of documented source files. There is also support for 
doxygen: generating output in RTF, PostScript, hyperlinked PDF, compressed 
doxygen: HTML, and Unix man pages. The documentation is extracted directly 
doxygen: from the sources, which makes it much easier to keep the 
doxygen: documentation consistent with the source code.  
doxygen:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
    pkg_build_cmake &&
	pkg_build_slackdesc
}


