opt/ruby-doc/Pkgfile

15 lines
395 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# 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
2007-03-13 17:11:04 +01:00
version=1.8.6
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 .
}