HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Ticket
  • Next Ticket →

Ticket #687 (closed defect: fixed)

Opened 2 years ago

Last modified 6 months ago

ruby 2.0.0-trunk

Reported by: paul0 Owned by: scottmc
Priority: normal Milestone:
Component: dev-lang/ruby Version:
Severity: normal Keywords:
Cc:

Description

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"

Change History

comment:1 Changed 6 months ago by scottmc

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.

Download in other formats:

  • Comma-delimited Text
  • Tab-delimited Text
  • RSS Feed

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/