cmake recipe

master
Philippe Pittoli 2021-03-27 23:50:47 +01:00
parent 17c0636ffb
commit 6239eba30b
1 changed files with 9 additions and 0 deletions

9
recipes/cmake/Makefile Normal file
View File

@ -0,0 +1,9 @@
name = cmake
version = 3.20.0
URL = https://github.com/Kitware/CMake/releases/download/v$(version)/cmake-$(version).tar.gz
# Force configure options, since it doesn't allow invalid options.
CONFIGURE_OPTIONS = --prefix=$(PREFIX)
SYSCONF ?= ../../
include $(SYSCONF)/package.mk