doxygen: update to 1.8.2.
This commit is contained in:
parent
076ec9bb15
commit
c8af266a1b
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'doxygen'
|
||||
pkgname=doxygen
|
||||
version=1.8.1.2
|
||||
version=1.8.2
|
||||
revision=1
|
||||
subpackages="$pkgname-gui"
|
||||
makedepends="perl flex qt-devel"
|
||||
|
@ -9,14 +9,14 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://www.doxygen.org/"
|
||||
license="GPL-2"
|
||||
distfiles="http://ftp.stack.nl/pub/users/dimitri/$pkgname-$version.src.tar.gz"
|
||||
checksum=385c6f20124735920b55835a09f30c42707d49264ee164693e9d971b59134b7f
|
||||
checksum=5c839ef7faa9412817e9fba596f24b9cd7ad923d1c16c35e256d14caf05c8448
|
||||
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."
|
||||
|
||||
do_configure() {
|
||||
env QTDIR=/usr ./configure --prefix /usr --with-doxywizard
|
||||
./configure --prefix /usr --with-doxywizard
|
||||
}
|
||||
|
||||
do_build() {
|
||||
|
|
Loading…
Reference in a new issue