Files
haikuports/dev-lang/ruby/ruby-1.9.1.bep
Chris Roberts d59c009c4e Update the ruby patch with a backported fix for compiling against openssl-1.0
Changed the status to stable and added dev-lang/ruby as a dependency since it needs an existing ruby to bootstrap.
Renamed the OPD file just to make it consistent with others.
2010-04-19 05:22:35 +00:00

19 lines
452 B
Plaintext

DESCRIPTION="ruby - A dynamic, open source programming language with a focus on simplicity and productivity."
HOMEPAGE="http://www.ruby-lang.org"
SRC_URI="ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p243.tar.gz"
CHECKSUM_MD5="515bfd965814e718c0943abf3dde5494"
REVISION="2"
STATUS_HAIKU="stable"
DEPEND="dev-lang/ruby"
BUILD {
cd ruby-1.9.1-p243
autoconf
./configure --prefix=/boot/common
make
}
INSTALL {
cd ruby-1.9.1-p243
make install
}