Files
haikuports/dev-lang/camlp5/camlp5-6.12.recipe
2015-01-06 17:51:44 +02:00

51 lines
961 B
Plaintext

SUMMARY="Preprocessor-pretty-printer of OCaml"
DESCRIPTION="Camlp5 is a preprocessor-pretty-printer of OCaml.
It is compatible with OCaml versions from 1.07 to 4.02.0."
HOMEPAGE="http://camlp5.gforge.inria.fr/"
SRC_URI="http://camlp5.gforge.inria.fr/distrib/src/camlp5-6.12.tgz"
CHECKSUM_SHA256="b716c8b248289205bc76823000bc0b0988517cfcfd9c2eb1a3c43cc2cd7d5c02"
LICENSE="BSD (3-clause)"
COPYRIGHT="2007-2013 Institut National de Recherche en Informatique et en Automatique (INRIA)."
REVISION="1"
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
SOURCE_DIR="camlp5-6.12"
PROVIDES="
camlp5
cmd:camlp5
cmd:camlp5o
cmd:camlp5o.opt
cmd:camlp5r
cmd:camlp5r.opt
cmd:camlp5sch
cmd:mkcamlp5
cmd:mkcamlp5.opt
cmd:ocpp5
"
REQUIRES="
haiku
cmd:ocaml
"
BUILD_PREREQUIRES="
haiku_devel
cmd:make
cmd:gcc
ocaml
"
BUILD()
{
./configure --strict --prefix $prefix \
--mandir $manDir
make world.opt
}
INSTALL()
{
make install PREFIX=$prefix \
MANDIR=$manDir
}