1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-05-01 14:12:20 +01:00
Files
operating-system/buildroot/package/doxygen/doxygen.mk
2018-03-17 23:47:00 +00:00

15 lines
448 B
Makefile

################################################################################
#
# doxygen
#
################################################################################
DOXYGEN_VERSION = 1.8.13
DOXYGEN_SOURCE = doxygen-$(DOXYGEN_VERSION).src.tar.gz
DOXYGEN_SITE = http://ftp.stack.nl/pub/users/dimitri
DOXYGEN_LICENSE = GPL-2.0
DOXYGEN_LICENSE_FILES = LICENSE
HOST_DOXYGEN_DEPENDENCIES = host-flex host-bison
$(eval $(host-cmake-package))