Info2: << Package: activerecord-rb%type_pkg[ruby] Version: 1.14.3 Revision: 2 Type: ruby (1.8) Description: Object-Relational Mapper for Ruby License: BSD Maintainer: Benjamin Reed <%N@fink.racoonfink.com> # Dependencies: Depends: activesupport-rb%type_pkg[ruby], rubygems-rb%type_pkg[ruby], ruby%type_pkg[ruby] BuildDepends: activesupport-rb%type_pkg[ruby], rubygems-rb%type_pkg[ruby], ruby%type_pkg[ruby]-dev # Unpack Phase: Source: http://rubyforge.org/frs/download.php/11251/activerecord-%v.gem Source-MD5: 3ed720b9391e801808d17fb20a0e85d3 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 activerecord-%v.gem rm -rf %i/var/lib/gems/%type_raw[ruby]/cache << # Additional Data: DescDetail: << Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM. It ties database tables and classes together for business objects, like Customer or Subscription, that can find, save, and destroy themselves without resorting to manual SQL. << Homepage: http://rubyforge.org/projects/activerecord/ <<