opt/ruby-doc/Pkgfile

15 lines
401 B
Plaintext
Raw Normal View History

2008-07-11 09:29:19 +02:00
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
2006-02-23 16:26:10 +01:00
# Description: Data files for the ri documentation system of Ruby
# URL: http://www.ruby-lang.org
# Depends on: ruby
name=ruby-doc
2009-07-21 11:21:15 +02:00
version=1.9.1-p243
2006-02-23 16:26:10 +01:00
release=1
2009-06-17 10:42:04 +02:00
source=(ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-$version.tar.bz2)
2006-02-23 16:26:10 +01:00
build () {
cd ruby-$version
2009-06-17 10:42:04 +02:00
rdoc --all --ri --op $PKG/usr/share/ri/1.9/system .
2006-02-23 16:26:10 +01:00
}