doxygen: update to 1.8.1.2.
This commit is contained in:
parent
0c892d79a2
commit
781066c50d
|
@ -1,21 +1,20 @@
|
|||
# Template file for 'doxygen'
|
||||
pkgname=doxygen
|
||||
version=1.8.0
|
||||
distfiles="http://ftp.stack.nl/pub/users/dimitri/$pkgname-$version.src.tar.gz"
|
||||
makedepends="perl flex qt-devel"
|
||||
version=1.8.1.2
|
||||
revision=1
|
||||
subpackages="$pkgname-gui"
|
||||
makedepends="perl flex qt-devel"
|
||||
short_desc="Source code documentation generator tool"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.doxygen.org/"
|
||||
license="GPL-2"
|
||||
checksum=70fa9034bbe964654e95bdeffcefeb28cd4bf2f73dea8b951143f3cbd19cd533
|
||||
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."
|
||||
|
||||
subpackages="$pkgname-gui"
|
||||
|
||||
do_configure() {
|
||||
env QTDIR=/usr ./configure --prefix /usr --with-doxywizard --with-doxyapp
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue