2011-02-02 13:44:37 +01:00
|
|
|
# Maintainer: Juergen Daubert, jue at crux dot nu
|
2006-02-23 15:26:10 +00:00
|
|
|
# Description: Data files for the ri documentation system of Ruby
|
|
|
|
# URL: http://www.ruby-lang.org
|
|
|
|
# Depends on: ruby
|
|
|
|
|
|
|
|
name=ruby-doc
|
2014-11-13 17:45:30 +01:00
|
|
|
version=2.1.5
|
2006-02-23 15:26:10 +00:00
|
|
|
release=1
|
2014-09-19 13:44:18 +02:00
|
|
|
source=(ftp://ftp.ruby-lang.org/pub/ruby/2.1/ruby-$version.tar.xz)
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
build () {
|
|
|
|
cd ruby-$version
|
2014-02-25 12:15:33 +01:00
|
|
|
rdoc --encoding=UTF-8 --all --ri --op $PKG/usr/share/ri/2.1/system .
|
2006-02-23 15:26:10 +00:00
|
|
|
}
|