2 # Maintainer: Michael Fellinger <manveru@sigma.localdomain>
6 pkgdesc="JRuby is an 100% pure-Java implementation of the Ruby programming language."
7 url="http://jruby.codehaus.org/"
11 makedepends=(cvs apache-ant)
16 source=(jruby.profile jruby-1157.patch)
17 md5sums=('a29e92de5b503fe9c237c27bde56359a' '9ef675949da29f0e9e2255f25fb5b873')
19 _svntrunk="http://svn.codehaus.org/jruby/trunk/jruby"
25 svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
27 patch -Np0 -i ${startdir}/jruby-1157.patch
29 msg "SVN checkout done or server timeout"
30 msg "Starting copying and ant..."
32 mkdir -p $startdir/pkg/opt/jruby
33 export JRUBY_HOME=$startdir/pkg/opt/jruby
35 cd $startdir/pkg/opt/jruby