blob: 25b4c45b8917a0b74374f33ceb99f2386e38d555 (
plain)
1 # Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
2 # Description: Data files for the ri documentation system of Ruby
3 # URL: http://www.ruby-lang.org
4 # Depends on: ruby
5
6 name=ruby-doc
7 version=1.8.6
8 release=1
9 source=(ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-$version.tar.gz)
10
11 build () {
12 cd ruby-$version
13 rdoc --all --ri --op $PKG/usr/share/ri/1.8/system .
14 }
|