diff --git a/office/misc/doxygen/actions.py b/office/misc/doxygen/actions.py index 5a2720be33..a0a22a94c5 100644 --- a/office/misc/doxygen/actions.py +++ b/office/misc/doxygen/actions.py @@ -6,21 +6,19 @@ from pisi.actionsapi import autotools from pisi.actionsapi import pisitools from pisi.actionsapi import get +from pisi.actionsapi import cmaketools def setup(): # --shared and --release are default parameters, however we just write them # to down to avoid confusing wheter it's a static/shared or release/debug # package at the first look :) - autotools.rawConfigure("--shared \ - --release \ - --dot dot \ - --prefix /usr") - + cmaketools.configure() + def build(): - autotools.make() + cmaketools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) #pisitools.doman("doc/doxywizard.1") diff --git a/office/misc/doxygen/pspec.xml b/office/misc/doxygen/pspec.xml index a6c9592dd7..bd4784e39c 100644 --- a/office/misc/doxygen/pspec.xml +++ b/office/misc/doxygen/pspec.xml @@ -13,9 +13,9 @@ app:console Documentation and analysis tool for C++, C, Java, IDL, PHP and C# Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors) and to some extent PHP, C#, and D. - ftp://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.7.src.tar.gz + ftp://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.11.src.tar.gz - libgcc + cmake - + @@ -67,11 +67,11 @@ - 2014-05-24 - 1.8.7 + 2016-03-24 + 1.8.11 First release - Alihan Öztürk - alihan@pisilinux.org + Ertuğrul Erata + ertugrulerata@gmail.com