# Template file for 'doxygen' pkgname=doxygen version=1.8.1.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=385c6f20124735920b55835a09f30c42707d49264ee164693e9d971b59134b7f 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() { env QTDIR=/usr ./configure --prefix /usr --with-doxywizard } do_build() { make ${makejobs} } do_install() { make INSTALL=${DESTDIR}/usr MAN1DIR=share/man/man1 install }