diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby/serverengine_2.2.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/ruby/serverengine_2.2.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/serverengine_2.2.1.bb b/meta-openstack/recipes-devtools/ruby/serverengine_2.2.1.bb new file mode 100644 index 0000000..1ed8f9e --- /dev/null +++ b/meta-openstack/recipes-devtools/ruby/serverengine_2.2.1.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | SUMMARY = 'A framework to implement robust multiprocess servers like Unicorn' | ||
| 2 | HOMEPAGE = 'https://rubygems.org/gems/serverengine' | ||
| 3 | |||
| 4 | LICENSE = 'Apache-2.0' | ||
| 5 | LIC_FILES_CHKSUM = 'file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57' | ||
| 6 | |||
| 7 | SRC_URI = 'git://github.com/treasure-data/serverengine.git;protocol=https;tag=v2.2.1' | ||
| 8 | |||
| 9 | S = '${WORKDIR}/git' | ||
| 10 | |||
| 11 | RDEPENDS_${PN} = "sigdump" | ||
| 12 | |||
| 13 | inherit ruby | ||
