diff options
author | Jim MacArthur <jim.macarthur@codethink.co.uk> | 2015-01-16 10:47:30 +0000 |
---|---|---|
committer | Jim MacArthur <jim.macarthur@codethink.co.uk> | 2015-01-19 18:51:11 +0000 |
commit | 26f3e00112b4c2d5184671376d59605d23dd4ad9 (patch) | |
tree | 3685009bb2e6132349a282b4bd827a901ce3048a /strata/chef/ffi-yajl-master.morph | |
parent | 1b3eec2c1529a7ca1e087a9a2efc4c5fa39325b5 (diff) | |
download | definitions-26f3e00112b4c2d5184671376d59605d23dd4ad9.tar.gz |
Add morphs generated by import tool
Diffstat (limited to 'strata/chef/ffi-yajl-master.morph')
-rw-r--r-- | strata/chef/ffi-yajl-master.morph | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/strata/chef/ffi-yajl-master.morph b/strata/chef/ffi-yajl-master.morph new file mode 100644 index 00000000..5d3c0792 --- /dev/null +++ b/strata/chef/ffi-yajl-master.morph @@ -0,0 +1,13 @@ +name: ffi-yajl-1.0.2 +kind: chunk +description: Automatically generated by rubygems.to_chunk +products: +- artifact: ffi-yajl-1.0.2-doc + include: + - usr/lib/ruby/gems/\d[\w.]*/doc/.* +build-commands: +- gem build ffi-yajl.gemspec +install-commands: +- mkdir -p "$DESTDIR/$(gem environment home)" +- gem install --install-dir "$DESTDIR/$(gem environment home)" --bindir "$DESTDIR/$PREFIX/bin" + --ignore-dependencies --local ./ffi-yajl-1.0.2.gem |