# Maintainer: dorphell # Contributors: John Proctor # Jeramy Rutley # Contributors: wain pkgname=ruby-dev pkgver=060711 pkgrel=1 pkgdesc="An object-oriented language for quick and easy programming - dev version" arch=(i686 x86_64) url="http://www.ruby-lang.org/en/" depends=('gdbm' 'db' 'openssl' 'zlib' 'readline') conflicts=('ruby') provides=('ruby') source=(ftp://ftp.ruby-lang.org/pub/ruby/stable-snapshot.tar.gz) build() { cd $startdir/src/ruby ./configure --prefix=/usr --enable-shared --enable-pthread make || return 1 make DESTDIR=${startdir}/pkg install #generate the ri docs make DESTDIR=${startdir}/pkg install-doc }