genode/repos/base-hw/ports/muen.port
Adrian-Ken Rueegsegger 3a9e5cbd8c Relax tool checks of Muen port
The gnat and gprbuild tools are not necessarily in the PATH when
preparing the port since the effective location is specified by the
--image-muen-gnat-path RUN_OPT.
2016-02-26 11:36:55 +01:00

18 lines
440 B
Plaintext

LICENSE := GPLv3
VERSION := git
DOWNLOADS := muen.git
URL(muen) := http://git.codelabs.ch/git/muen.git
REV(muen) := 59171a3aabba95cd6d957a4b999e802e5622835b
DIR(muen) := src/kernel/muen
$(call check_tool,git)
$(call check_tool,iasl)
$(call check_tool,tidy)
$(call check_tool,xsltproc)
default: contrib_download
contrib_download: _dirs
@$(MSG_PREFIX)download contrib
$(VERBOSE)$(MAKE) -C src/kernel/muen/contrib download QUIET=true