2010-01-18 22:23:34 +00:00
|
|
|
# Template file for 'doxygen'
|
|
|
|
pkgname=doxygen
|
2012-02-26 08:47:14 +00:00
|
|
|
version=1.8.0
|
2010-01-18 22:23:34 +00:00
|
|
|
distfiles="http://ftp.stack.nl/pub/users/dimitri/$pkgname-$version.src.tar.gz"
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="perl flex qt-devel"
|
2012-06-03 07:08:53 +00:00
|
|
|
revision=1
|
2010-01-18 22:23:34 +00:00
|
|
|
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-02-26 08:47:14 +00:00
|
|
|
checksum=70fa9034bbe964654e95bdeffcefeb28cd4bf2f73dea8b951143f3cbd19cd533
|
2010-01-18 22:23:34 +00:00
|
|
|
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"
|
2010-04-24 14:30:23 +00:00
|
|
|
|
2012-01-22 10:32:23 +00:00
|
|
|
do_configure() {
|
2012-02-26 08:47:14 +00:00
|
|
|
env QTDIR=/usr ./configure --prefix /usr --with-doxywizard --with-doxyapp
|
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
|
2010-04-24 14:30:23 +00:00
|
|
|
}
|