kind: manual description: |- Provide a standard and simplified way to build and package Ruby extensions (C, Java) using Rake as glue. depends: - tools.bst - ruby/libyaml.bst - ruby/ruby.bst sources: - kind: git url: upstream:ruby-gems/rake-compiler track: v0.9.3 ref: aaed621f6fdb0b0395775fea5464cc83e794fbdb config: build-commands: - rake gem install-commands: - mkdir -p "%{install-root}/$(gem environment home)" - gem install --install-dir "%{install-root}/$(gem environment home)" --bindir "%{install-root}/%{prefix}/bin" --ignore-dependencies --local ./pkg/rake-compiler-*.gem