15 lines
390 B
Plaintext
15 lines
390 B
Plaintext
|
# Maintainer: J<>rgen Daubert, juergen dot daubert at t-online dot de
|
|||
|
# Description: Data files for the ri documentation system of Ruby
|
|||
|
# URL: http://www.ruby-lang.org
|
|||
|
# Depends on: ruby
|
|||
|
|
|||
|
name=ruby-doc
|
|||
|
version=1.8.4
|
|||
|
release=1
|
|||
|
source=(ftp://ftp.ruby-lang.org/pub/ruby/ruby-$version.tar.gz)
|
|||
|
|
|||
|
build () {
|
|||
|
cd ruby-$version
|
|||
|
rdoc --all --ri --op $PKG/usr/share/ri/1.8/system .
|
|||
|
}
|