diff options
Diffstat (limited to 'recipes-support/facter/facter_4.9.0.bb')
| -rw-r--r-- | recipes-support/facter/facter_4.9.0.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes-support/facter/facter_4.9.0.bb b/recipes-support/facter/facter_4.9.0.bb new file mode 100644 index 0000000..502861d --- /dev/null +++ b/recipes-support/facter/facter_4.9.0.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | SUMMARY = "Facter gathers basic facts about nodes (systems)" | ||
| 2 | HOMEPAGE = "http://puppetlabs.com/facter" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" | ||
| 5 | |||
| 6 | SRC_URI = " \ | ||
| 7 | http://downloads.puppetlabs.com/facter/facter-${PV}.tar.gz \ | ||
| 8 | file://facter.gemspec \ | ||
| 9 | " | ||
| 10 | SRC_URI[md5sum] = "676406153803d3d79d3d7149280a4bcd" | ||
| 11 | SRC_URI[sha256sum] = "2cacccc9d7745953014bffe3b2f46468b5022026765751519d2659551aa55dc8" | ||
| 12 | |||
| 13 | inherit ruby | ||
| 14 | |||
| 15 | DEPENDS += " \ | ||
| 16 | ruby \ | ||
| 17 | " | ||
| 18 | |||
| 19 | RUBY_INSTALL_GEMS = "facter-4.10.0.gem" | ||
| 20 | RUBY_GEM_VERSION = "3.3.0" | ||
| 21 | |||
| 22 | do_compile:prepend() { | ||
| 23 | cp ${UNPACKDIR}/facter.gemspec ${S} | ||
| 24 | } | ||
