mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-11 06:10:06 +02:00
19 lines
441 B
Plaintext
19 lines
441 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="1"
|
|
STATUS_HAIKU="unstable"
|
|
DEPEND=""
|
|
BUILD {
|
|
cd ruby-1.9.1-p243
|
|
autoconf
|
|
./configure --prefix=/boot/common
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd ruby-1.9.1-p243
|
|
make install
|
|
}
|