doxygen: update to 1.7.5.
This commit is contained in:
parent
a508828fc8
commit
73307c92b3
1 changed files with 9 additions and 4 deletions
|
@ -1,11 +1,13 @@
|
||||||
# Template file for 'doxygen'
|
# Template file for 'doxygen'
|
||||||
pkgname=doxygen
|
pkgname=doxygen
|
||||||
version=1.7.4
|
version=1.7.5
|
||||||
distfiles="http://ftp.stack.nl/pub/users/dimitri/$pkgname-$version.src.tar.gz"
|
distfiles="http://ftp.stack.nl/pub/users/dimitri/$pkgname-$version.src.tar.gz"
|
||||||
build_style=custom-install
|
build_style=custom-install
|
||||||
short_desc="Source code documentation generator tool"
|
short_desc="Source code documentation generator tool"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=845c994440dcdbbde81afcb2feae16c4f4cafb85e5dd379b238530e4caf5df66
|
homepage="http://www.doxygen.org/"
|
||||||
|
license="GPL-2"
|
||||||
|
checksum=f7a1a82d98ca0745ad7cc12097fe73f1e2dab349b7d47cf45ec004ebc05cbf4f
|
||||||
long_desc="
|
long_desc="
|
||||||
Doxygen is a documentation system for C++, C, Java, Objective-C, Python,
|
Doxygen is a documentation system for C++, C, Java, Objective-C, Python,
|
||||||
IDL (Corba and Microsoft flavors), Fortran, VHDL, PHP, C#, and to some
|
IDL (Corba and Microsoft flavors), Fortran, VHDL, PHP, C#, and to some
|
||||||
|
@ -19,12 +21,15 @@ Add_dependency build perl
|
||||||
Add_dependency build flex
|
Add_dependency build flex
|
||||||
Add_dependency build qt-devel
|
Add_dependency build qt-devel
|
||||||
|
|
||||||
do_build()
|
do_configure()
|
||||||
{
|
{
|
||||||
export QMAKESPEC=/usr/share/qt/mkspecs/linux-g++
|
export QMAKESPEC=/usr/share/qt/mkspecs/linux-g++
|
||||||
|
|
||||||
env QTDIR=/usr ./configure \
|
env QTDIR=/usr ./configure \
|
||||||
--prefix /usr --with-doxywizard --with-doxyapp
|
--prefix /usr --with-doxywizard --with-doxyapp
|
||||||
|
}
|
||||||
|
|
||||||
|
do_build()
|
||||||
|
{
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue