opt/ruby-doc/Pkgfile

15 lines
398 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
2013-06-28 17:45:23 +02:00
version=1.9.3-p448
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
2012-12-27 12:40:34 +01:00
rdoc --encoding=UTF-8 --all --ri --op $PKG/usr/share/ri/1.9/system .
2006-02-23 16:26:10 +01:00
}