Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | # |
| 2 | # Copyright (C) 2014 - 2017 Wind River Systems, Inc. |
| 3 | # |
| 4 | SUMMARY = "Base policy for CFEngine" |
| 5 | |
| 6 | DESCRIPTION = "CFEngine is an IT infrastructure automation framework \ |
| 7 | that helps engineers, system administrators and other stakeholders \ |
| 8 | in an IT system to manage and understand IT infrastructure throughout \ |
| 9 | its lifecycle. CFEngine takes systems from Build to Deploy, Manage and Audit. \ |
| 10 | \ |
| 11 | This package is intended to provide a stable base policy for \ |
| 12 | installations and upgrades, and is used by CFEngine 3.6 and newer. \ |
| 13 | \ |
| 14 | The contents of this packge are intended to live in `/var/cfengine/masterfiles` \ |
| 15 | or wherever `$(sys.masterdir)` points. \ |
| 16 | " |
| 17 | |
| 18 | HOMEPAGE = "http://cfengine.com" |
| 19 | |
| 20 | LICENSE = "MIT" |
| 21 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9f76426f9ef8c6f6739fadd21d817a4f" |
| 22 | |
| 23 | SRC_URI = "https://cfengine-package-repos.s3.amazonaws.com/tarballs/${BP}.tar.gz" |
| 24 | |
| 25 | SRC_URI[md5sum] = "d59bd8c95620da816c382f749d425860" |
| 26 | SRC_URI[sha256sum] = "1c50e3d8c702097e13a21258626d936d6ff2e6492e893dfe286ff0d6204d7a65" |
| 27 | |
| 28 | inherit autotools |
| 29 | |
| 30 | export EXPLICIT_VERSION="${PV}" |
| 31 | |
| 32 | EXTRA_OECONF = "--prefix=${datadir}/cfengine" |
| 33 | |
| 34 | FILES_${PN} = "${datadir}/cfengine" |
| 35 | |
| 36 | RDEPENDS_${PN} += "python-core" |