opt/ruby-doc/Pkgfile

15 lines
381 B
Plaintext
Raw Normal View History

2011-02-02 13:44:37 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
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
2011-07-17 11:09:45 +02:00
version=1.9.2-p290
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
}