summaryrefslogtreecommitdiff
path: root/ruby-doc/Pkgfile
blob: 068215f010cf31d491ec30079b215b00c20e94a9 (plain)
    1 # Maintainer:  Juergen Daubert, jue at crux dot nu
    2 # Description: Data files for the ri documentation system of Ruby 
    3 # URL:         http://www.ruby-lang.org
    4 # Depends on:  ruby
    5 
    6 name=ruby-doc
    7 version=1.9.3-p448
    8 release=1
    9 source=(ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-$version.tar.bz2)
   10 
   11 build () {
   12     cd ruby-$version
   13     rdoc --encoding=UTF-8 --all --ri --op $PKG/usr/share/ri/1.9/system .
   14 }

Generated by cgit