void-packages/srcpkgs/doxygen/template

29 lines
794 B
Text
Raw Normal View History

# Template file for 'doxygen'
pkgname=doxygen
2012-07-13 18:05:19 +00:00
version=1.8.1.2
revision=1
2012-07-13 18:05:19 +00:00
subpackages="$pkgname-gui"
makedepends="perl flex qt-devel"
short_desc="Source code documentation generator tool"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-08-18 08:28:13 +00:00
homepage="http://www.doxygen.org/"
license="GPL-2"
2012-07-13 18:05:19 +00:00
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."
2012-01-22 10:32:23 +00:00
do_configure() {
env QTDIR=/usr ./configure --prefix /usr --with-doxywizard
2011-08-18 08:28:13 +00:00
}
2012-01-22 10:32:23 +00:00
do_build() {
2011-01-18 23:14:27 +00:00
make ${makejobs}
}
2012-01-22 10:32:23 +00:00
do_install() {
2011-01-18 23:14:27 +00:00
make INSTALL=${DESTDIR}/usr MAN1DIR=share/man/man1 install
}