﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
687	ruby 2.0.0-trunk	paul0	scottmc	"got ruby 2.0.0 installed, but when I try to compile using this bep file, it can't find libreadline (which is installed)

DESCRIPTION=""ruby - A dynamic, open source programming language with a focus on simplicity and productivity."" 
HOMEPAGE=""http://www.ruby-lang.org"" 
SRC_URI=""svn+http://svn.ruby-lang.org/repos/ruby/trunk""
REVISION=""1""
STATUS_HAIKU=""stable""
DEPEND=""dev-libs/libedit >= 20100424""
BUILD {
	cd ruby-2.0.0-trunk
	autoconf
	./configure --prefix=`finddir B_COMMON_DIRECTORY` \
		--mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man \
		--datarootdir=`finddir B_COMMON_DATA_DIRECTORY`/ruby
	make
}

INSTALL {
	cd ruby-2.0.0-trunk
	make install
}

LICENSE=""Ruby
	GNU GPL v2
	GNU LGPL v2.1
	Artistic (Perl)
	BSD (3-clause)""
COPYRIGHT=""1993-2009 Yukihiro Matsumoto""
"	defect	closed	normal		dev-lang/ruby		normal	fixed		
