aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/cool.io_1.7.0.bb
blob: 10e9a4986292b46eb980f5be8b49432c6f6669e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUMMARY = 'Simple evented I/O for Ruby (but please check out Celluloid::IO instead)'
HOMEPAGE = 'http://coolio.github.com'

LICENSE = 'MIT'
LIC_FILES_CHKSUM = 'file://LICENSE;md5=a5e7701a63eb0a961f98cd10475129b9'

SRCREV = 'd7ab8518c11d8fe1b9a679a1686f01a295690fa9'

SRC_URI = 'git://github.com/tarcieri/cool.io.git;protocol=https;branch=master'

S = '${WORKDIR}/git'

inherit ruby

FILES:${PN} += "${libdir}/*"