Info2: << Package: fastercsv-rb%type_pkg[ruby] Version: 0.2.1 Revision: 1 Type: ruby (1.8) Description: CSV library for Ruby License: BSD Maintainer: Benjamin Reed <%N@fink.racoonfink.com> Depends: rubygems-rb%type_pkg[ruby], ruby%type_pkg[ruby] BuildDepends: rubygems-rb%type_pkg[ruby], ruby%type_pkg[ruby]-dev # Unpack Phase: Source: http://rubyforge.org/frs/download.php/11072/fastercsv-%v.gem Source-MD5: bce0034db75295517ae2c9d045ef0075 NoSourceDirectory: true CompileScript: echo "" # Install Phase: InstallScript: << install -d -m 755 %i/var/lib/gems/%type_raw[ruby] %p/bin/gem install --local --install-dir %i/var/lib/gems/%type_raw[ruby] --rdoc fastercsv-%v.gem rm -rf %i/var/lib/gems/%type_raw[ruby]/cache << # Additional Data: DescDetail: << FasterCSV is intended as a complete replacement to the CSV standard library. It is significantly faster and smaller while still being pure Ruby code. It also strives for a better interface. << Homepage: http://fastercsv.rubyforge.org/ <<