UmVirt LFS Package info
DB commit: 87572d7cf5c2e4fc6a7d33abc05341175a2c925a
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
doxygen
The Doxygen package contains a documentation system for C++, C, Java, Objective-C, Corba IDL and to some extent PHP, C# and D. Package info
Template:
Codename: doxygen
Source file: doxygen-1.14.0.src.tar.gz
Source file size: 8681251
Source file MD5-checkum: a86f6c0203e51a57fbcaf98830d1be16
Source directory: doxygen-1.14.0
Package URL: https://umvirt.com/linux/downloads/0.2.4/packages/d/doxygen-1.14.0.src.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.4/packages/d/doxygen-1.14.0.src.tar.gz.md5sum
Dependances: git, cmake.
Dependance of: python3-kapidox, python3-doxypypy, python3-doxyqml, json-c, qca.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
grep -rl '^#!.*python$' | xargs sed -i '1s/python/&3/'
mkdir -v build &&
cd build &&
cmake -G "Unix Makefiles" \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_INSTALL_PREFIX=/usr \
-W no-dev ..
Build script:
cd build &&
make
if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
make tests
fi
Install script:
cd build &&
make install &&
install -vm644 ../doc/*.1 /usr/share/man/man1