1 # Contributor: Selman ULUG <selman.ulug@gmail.com>
6 pkgdesc="Rubinius, the Ruby VM"
9 url="http://github.com/evanphx/rubinius"
12 depends=(openssl readline zlib)
13 makedepends=(git bison ruby)
15 _gitroot="git://github.com/evanphx/rubinius.git"
20 msg "Connecting to GIT server...."
22 if [ -d $_gitname ] ; then
23 cd $_gitname && git pull origin
24 msg "The local files are updated."
26 git clone $_gitroot $_gitname
29 msg "GIT checkout done or server timeout"
30 msg "Starting make..."
32 rm -rf "$srcdir/$_gitname-build"
33 git clone "$srcdir/$_gitname" "$srcdir/$_gitname-build"
34 cd "$srcdir/$_gitname-build"
36 ./configure --skip-system --prefix=/usr/lib --bindir=/usr/bin --mandir=/usr/share/man --includedir=/usr/include/rubinius
37 FAKEROOT="$pkgdir/" rake install