Files
haikuports/dev-lang/orc/orc-0.4.16.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

26 lines
591 B
Plaintext

DESCRIPTION="orc - The Oil Runtime Compiler"
HOMEPAGE="http://code.entropywave.com/orc/"
SRC_URI="http://code.entropywave.com/download/orc/orc-0.4.16.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="e482932e544c847761449b106ecbc483"
BUILD()
{
cd orc-0.4.16
autoconf
COMMON_DOCS=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--datadir=`finddir B_COMMON_DATA_DIRECTORY` \
--mandir=$COMMON_DOCS/man
make
}
INSTALL()
{
cd orc-0.4.16
make install
}
LICENSE="BSD (2-clause)"
COPYRIGHT="2002 - 2009 David A. Schleef"