# Template file for 'doxygen' pkgname=doxygen version=1.8.2 revision=1 subpackages="$pkgname-gui" makedepends="perl flex qt-devel" short_desc="Source code documentation generator tool" maintainer="Juan RP " homepage="http://www.doxygen.org/" license="GPL-2" distfiles="http://ftp.stack.nl/pub/users/dimitri/$pkgname-$version.src.tar.gz" checksum=5c839ef7faa9412817e9fba596f24b9cd7ad923d1c16c35e256d14caf05c8448 long_desc=" Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors), Fortran, VHDL, PHP, C#, and to some extent D." do_configure() { ./configure --prefix /usr --with-doxywizard } do_build() { make ${makejobs} } do_install() { make INSTALL=${DESTDIR}/usr MAN1DIR=share/man/man1 install }