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

Context Navigation

  • Back to dev-lang/orc/1

dev-lang/orc/1: orc-0.4.16.bep

File orc-0.4.16.bep, 587 bytes (added by cian, 3 years ago)
Line 
1DESCRIPTION="orc - The Oil Runtime Compiler"
2HOMEPAGE="http://code.entropywave.com/orc/"
3SRC_URI="http://code.entropywave.com/download/orc/orc-0.4.16.tar.gz"
4REVISION="1"
5STATUS_HAIKU="stable"
6DEPEND=""
7CHECKSUM_MD5="e482932e544c847761449b106ecbc483"
8BUILD {
9        cd orc-0.4.16
10        autoconf
11        COMMON_DOCS=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`
12        ./configure --prefix=`finddir B_COMMON_DIRECTORY` \
13                --datadir=`finddir B_COMMON_DATA_DIRECTORY` \
14                --mandir=$COMMON_DOCS/man
15        make
16}
17
18INSTALL {
19        cd orc-0.4.16
20        make install
21}
22
23LICENSE="BSD (2-clause)"
24COPYRIGHT="2002 - 2009 David A. Schleef"

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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