diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby/cool.io_1.9.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/ruby/cool.io_1.9.0.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/cool.io_1.9.0.bb b/meta-openstack/recipes-devtools/ruby/cool.io_1.9.0.bb new file mode 100644 index 0000000..2e827a8 --- /dev/null +++ b/meta-openstack/recipes-devtools/ruby/cool.io_1.9.0.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | SUMMARY = 'Simple evented I/O for Ruby (but please check out Celluloid::IO instead)' | ||
| 2 | HOMEPAGE = 'http://coolio.github.com' | ||
| 3 | |||
| 4 | LICENSE = 'MIT' | ||
| 5 | LIC_FILES_CHKSUM = 'file://LICENSE;md5=a5e7701a63eb0a961f98cd10475129b9' | ||
| 6 | |||
| 7 | SRCREV = "6f85a2a104488e5c7cb128b9a83058d28ba16d37" | ||
| 8 | |||
| 9 | SRC_URI = 'git://github.com/tarcieri/cool.io.git;protocol=https;branch=main' | ||
| 10 | |||
| 11 | S = '${WORKDIR}/git' | ||
| 12 | |||
| 13 | inherit rubyv2 | ||
| 14 | |||
| 15 | GEM_NAME = "cool.io" | ||
| 16 | GEM_SPEC_FILE = "cool.io.gemspec" | ||
| 17 | |||
| 18 | FILES:${PN} += "${libdir}/*" | ||
