diff options
| author | Amy Fong <amy.fong@windriver.com> | 2014-05-20 15:17:38 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-05-24 00:27:56 -0400 |
| commit | 5403dff7fd0332ec5669d4d14d6b84edf1f4e26b (patch) | |
| tree | 98eafa5789035813f9a861615c10d4d2bf980a3d /meta-openstack/recipes-devtools/ruby/coderay_git.bb | |
| parent | 6260964579585fa8d306d1d78233c6fbdbff48ed (diff) | |
| download | meta-cloud-services-5403dff7fd0332ec5669d4d14d6b84edf1f4e26b.tar.gz | |
Ruby/chef solo: Add recipes-devtools/ruby/coderay_git.bb
CodeRay is a Ruby library for syntax highlighting.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Amy Fong <amy.fong@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby/coderay_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/ruby/coderay_git.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/coderay_git.bb b/meta-openstack/recipes-devtools/ruby/coderay_git.bb new file mode 100644 index 0000000..cbb743c --- /dev/null +++ b/meta-openstack/recipes-devtools/ruby/coderay_git.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | # | ||
| 2 | # Copyright (C) 2014 Wind River Systems, Inc. | ||
| 3 | # | ||
| 4 | SUMMARY = "CodeRay is a Ruby library for syntax highlighting." | ||
| 5 | DESCRIPTION = "CodeRay is a Ruby library for syntax highlighting." | ||
| 6 | |||
| 7 | LICENSE = "MIT" | ||
| 8 | LIC_FILES_CHKSUM = "file://MIT-LICENSE.txt;md5=f622e70ffef94aded92d4aa72c2001b2" | ||
| 9 | |||
| 10 | PR = "r0" | ||
| 11 | |||
| 12 | BPV = "1.1.0" | ||
| 13 | PV = "${BPV}" | ||
| 14 | SRCREV = "a48037b85a12228431b32103786456f36beb355f" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | |||
| 18 | SRC_URI = " \ | ||
| 19 | git://github.com/rubychan/coderay.git \ | ||
| 20 | " | ||
| 21 | |||
| 22 | inherit ruby | ||
| 23 | |||
| 24 | RUBY_COMPILE_FLAGS += "RELEASE=1" | ||
| 25 | |||
| 26 | BBCLASSEXTEND = "native" | ||
