mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
26
dev-lang/orc/orc-0.4.16.recipe
Normal file
26
dev-lang/orc/orc-0.4.16.recipe
Normal file
@@ -0,0 +1,26 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user