doxygen: update to 1.8.0.
This commit is contained in:
parent
1072827063
commit
1a36ad353a
1 changed files with 4 additions and 5 deletions
|
@ -1,26 +1,25 @@
|
||||||
# Template file for 'doxygen'
|
# Template file for 'doxygen'
|
||||||
pkgname=doxygen
|
pkgname=doxygen
|
||||||
version=1.7.6.1
|
version=1.8.0
|
||||||
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"
|
||||||
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>"
|
||||||
homepage="http://www.doxygen.org/"
|
homepage="http://www.doxygen.org/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
checksum=0e60e794fb172d3fa4a9a9535f0b8e0eeb04e8366153f6b417569af0bcd61fcd
|
checksum=70fa9034bbe964654e95bdeffcefeb28cd4bf2f73dea8b951143f3cbd19cd533
|
||||||
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
|
||||||
extent D."
|
extent D."
|
||||||
|
|
||||||
subpackages="$pkgname-gui"
|
subpackages="$pkgname-gui"
|
||||||
|
Add_dependency build coreutils
|
||||||
Add_dependency build perl
|
Add_dependency build perl
|
||||||
Add_dependency build flex
|
Add_dependency build flex
|
||||||
Add_dependency build qt-devel
|
Add_dependency build qt-devel
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
export QMAKESPEC=/usr/share/qt/mkspecs/linux-g++
|
env QTDIR=/usr ./configure --prefix /usr --with-doxywizard --with-doxyapp
|
||||||
env QTDIR=/usr ./configure \
|
|
||||||
--prefix /usr --with-doxywizard --with-doxyapp
|
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue