# Contributor: Carlo Landmeter # Maintainer: Natanael Copa pkgname=ruby-actionpack _gemname=actionpack pkgver=3.2.11 pkgrel=0 pkgdesc="Eases web-request routing, handling, and response as a half-way front, half-way page controller" url="http://rubygems.org/gems/actionpack" arch="noarch" license="GPL" depends="ruby ruby-activemodel ruby-activesupport ruby-builder ruby-erubis ruby-journey ruby-rack ruby-rack-cache ruby-rack-test ruby-sprockets" depends_dev= makedepends="$depends_dev ruby-gems" install="" subpackages="" source="http://gems.rubyforge.org/gems/$_gemname-$pkgver.gem" _builddir="$srcdir"/$_realname-$pkgver build() { return 0 } package() { local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')" local _geminstdir=$_gemdir/gems/$_gemname-$pkgver mkdir -p "$pkgdir" || return 1 gem install --local --install-dir "$pkgdir"/$_gemdir \ --ignore-dependencies --verbose --no-rdoc --no-ri \ "$srcdir"/$_gemname-$pkgver.gem || return 1 rm -rf "$pkgdir"/$_gemdir/cache \ "$pkgdir"/$_geminstdir/ext \ "$pkgdir"/$_geminstdir/.require_paths } md5sums="a6cb82fea9bcaf5a356b966189ed9fa5 actionpack-3.2.11.gem"