UmVirt LFS Package info
DB commit: 48bb9ee31306c82c48dfaaad707eb4f6a926eb8a
APP commit: 1ca4178aea919e4c9e869e3d650ff8af9678bd6f
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
Codename: doxygen
Source file: doxygen-1.12.0.src.tar.gz
Source directory: doxygen-1.12.0
Package URL: https://umvirt.com/linux/downloads/0.2.2/packages/d/doxygen-1.12.0.src.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.2/packages/d/doxygen-1.12.0.src.tar.gz.md5sum
Dependances: git, cmake.
Dependance of: json-c.
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" \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-Wno-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