void-packages/srcpkgs/doxygen/template
Juan RP 95cb48502a Added doxygen-1.6.2 build template.
--HG--
extra : convert_revision : 93f0dcf8e1b649265fcdaa5bbcdaa259ec51fd7d
2010-01-18 23:23:34 +01:00

25 lines
898 B
Text

# Template file for 'doxygen'
pkgname=doxygen
version=1.6.2
distfiles="http://ftp.stack.nl/pub/users/dimitri/$pkgname-$version.src.tar.gz"
build_style=configure
configure_script="env QTDIR=/usr ./configure"
configure_args="--prefix /usr --with-doxywizard --with-doxyapp"
make_install_target="
INSTALL=$XBPS_DESTDIR/$pkgname-$version/usr
MAN1DIR=share/man/man1 install"
short_desc="Source code documentation generator tool"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=3b2e1ca98552da0e44c640123eb79f5b38f50759d7dbe2e56852218a78bc1e5f
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."
subpackages="$pkgname-gui"
Add_dependency run glibc
Add_dependency run libgcc
Add_dependency run libstdc++
Add_dependency build perl
Add_dependency build flex
Add_dependency build qt-devel