thomasmeeus / libcec

Chef cookbook to install PulseEight LibCEC on Ubuntu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Chef recipe to install PulseEight LibCEC from GIT.

Recipes

default

This recipe installs LibCec from the master branch on GIT

Attributes

  • default['libcec']['location'] = "/opt" - The location where git clones the repository
  • default['libcec']['prefix'] = "/usr/local" - Prefix for the binary
  • default['libcec']['default_configure_flags'] - Compile flags for ./configure
  • default['libcec']['force_recompile'] = true - Configure to compile libCEC on every run or not

Requirements

Dependencies:

Supports:

  • Ubuntu 12.10

About

Chef cookbook to install PulseEight LibCEC on Ubuntu

License:MIT License


Languages

Language:Ruby 100.0%