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-06-16 12:32:30 +02:00
version=1.8.7-p174
2006-02-23 16:26:10 +01:00
release=1
source=(ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-$version.tar.bz2)
2006-02-23 16:26:10 +01:00
build () {
cd ruby-$version
rdoc --all --ri --op $PKG/usr/share/ri/1.8/system .
}