2013-04-29 14:42:08 +00:00
|
|
|
# Template file for 'ocaml-lidl'
|
|
|
|
pkgname=ocaml-lidl
|
|
|
|
version=1.05
|
2013-04-29 14:42:42 +00:00
|
|
|
revision=2
|
2013-04-29 14:42:08 +00:00
|
|
|
wrksrc="camlidl-${version}"
|
|
|
|
makedepends="ocaml-compiler-libs"
|
|
|
|
short_desc="stub code generator and COM binding for Objective Caml"
|
|
|
|
maintainer="pancake <pancake@nopcode.org>"
|
|
|
|
homepage="http://caml.inria.fr/pub/old_caml_site/camlidl/"
|
|
|
|
license="Q"
|
|
|
|
distfiles="http://caml.inria.fr/pub/old_caml_site/distrib/bazar-ocaml/camlidl-${version}.tar.gz"
|
|
|
|
checksum=857ed5bd3b2f99c62813070e1a5b4b6375e837c6815f4ad956baeb6f8c660311
|
|
|
|
|
|
|
|
do_configure() {
|
|
|
|
cp -f config/Makefile.unix config/Makefile
|
|
|
|
}
|
|
|
|
|
|
|
|
do_build() {
|
|
|
|
make ${makejobs} CPP=cpp BINDIR=/usr/bin OCAMLLIB=/usr/lib/ocaml
|
|
|
|
}
|
|
|
|
|
|
|
|
do_install() {
|
|
|
|
mkdir -p ${DESTDIR}/usr/bin ${DESTDIR}/usr/lib/ocaml/caml
|
|
|
|
make BINDIR=${DESTDIR}/usr/bin OCAMLLIB=${DESTDIR}/usr/lib/ocaml install
|
|
|
|
}
|
|
|
|
|
|
|
|
ocaml-lidl_package() {
|
|
|
|
pkg_install() {
|
|
|
|
vmove all
|
|
|
|
}
|
|
|
|
}
|