New package: ocaml-lidl-1.05

This commit is contained in:
pancake 2013-04-29 16:42:08 +02:00
parent b94967f1d5
commit f4469e8d3b

View file

@ -0,0 +1,33 @@
# Template file for 'ocaml-lidl'
pkgname=ocaml-lidl
version=1.05
revision=1
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
disable_parallel_build=yes
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
}
}