Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/rubymods In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13925
Added Files: rake-compiler-rb.info Log Message: rake-compiler-rb 0.9.1 --- NEW FILE: rake-compiler-rb.info --- Info2: << Package: rake-compiler-rb%type_pkg[ruby] Version: 0.9.1 Revision: 1 Type: ruby (1.9 2.0) Description: Build ruby extension with rake as glue License: BSD ### Free to update, modify, and take over Maintainer: Hanspeter Niederstrasser <nie...@users.sourceforge.net> Depends: << ruby%type_pkg[ruby] << BuildDepends: << ruby%type_pkg[ruby]-dev << Source: http://rubygems.org/downloads/rake-compiler-%v.gem Source-MD5: f0fb038d3cd3f7d5eb83dd3743a2b91d Source-Checksum: SHA1(186c6009502adbfe0c72d47e25e9b031b3667b8e) NoSourceDirectory: true CompileScript: echo "" InstallScript: << #!/bin/sh -ev install -d -m 755 %i/lib/ruby/gems/%type_raw[ruby] if [ "%type_raw[ruby]" == "2.0" ]; then %p/bin/gem%type_raw[ruby] install --local --force --install-dir %i/lib/ruby/gems/%type_raw[ruby] --document rdoc rake-compiler-%v.gem else %p/bin/gem%type_raw[ruby] install --local --force --install-dir %i/lib/ruby/gems/%type_raw[ruby] --rdoc rake-compiler-%v.gem fi rm -rf %i/var/lib/gems/%type_raw[ruby]/cache << Homepage: https://github.com/luislavena/rake-compiler DescDetail: << rake-compiler is first and foremost a productivity tool for Ruby developers. It's goal is to make the busy developer's life easier by simplifying the building and packaging of Ruby extensions by simplifying code and reducing duplication. It follows *convention over configuration* by advocating a standardized build and package structure for both C and Java based RubyGems. << << ------------------------------------------------------------------------------ Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysis and resources for efficient Application Performance Management. Visit us today! http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk _______________________________________________ Fink-commits mailing list Fink-commits@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.cvs