diff options
Diffstat (limited to 'recipes-support/ruby-shadow/ruby-shadow_git.bb')
| -rw-r--r-- | recipes-support/ruby-shadow/ruby-shadow_git.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes-support/ruby-shadow/ruby-shadow_git.bb b/recipes-support/ruby-shadow/ruby-shadow_git.bb new file mode 100644 index 0000000..72be016 --- /dev/null +++ b/recipes-support/ruby-shadow/ruby-shadow_git.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | SUMMARY = "Shadow Password Module" | ||
| 2 | HOMEPAGE = "https://github.com/apalmblad/ruby-shadow" | ||
| 3 | LICENSE = "PD" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=137882914e5269b7268f0fe8e28a3f89" | ||
| 5 | |||
| 6 | PV = "2.4.1" | ||
| 7 | |||
| 8 | SRC_URI = "git://github.com/apalmblad/ruby-shadow.git" | ||
| 9 | SRCREV = "4231a4838fd50022b112838f114ee0586e119605" | ||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | |||
| 12 | inherit ruby | ||
| 13 | |||
| 14 | DEPENDS += " \ | ||
| 15 | ruby \ | ||
| 16 | " | ||
| 17 | |||
| 18 | RDEPENDS_${PN} += " \ | ||
| 19 | ruby \ | ||
| 20 | " | ||
| 21 | |||
| 22 | RUBY_INSTALL_GEMS = "ruby-shadow-${PV}.gem" | ||
| 23 | FILES_${PN}-dbg += "/usr/lib64/ruby/gems/*/gems/ruby-shadow-${PV}/.debug/shadow.so" | ||
