ocaml-lidl: removed: broken and unmaintained, feel free to fix it.
This commit is contained in:
parent
1a848e0532
commit
2f88b04db4
|
@ -1,40 +0,0 @@
|
||||||
# Template file for 'ocaml-lidl'
|
|
||||||
pkgname=ocaml-lidl
|
|
||||||
version=1.05
|
|
||||||
revision=5
|
|
||||||
wrksrc="camlidl-${version}"
|
|
||||||
makedepends="ocaml-compiler-libs"
|
|
||||||
short_desc="stub code generator and COM binding for Objective Caml"
|
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
||||||
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
|
|
||||||
|
|
||||||
nostrip=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 \
|
|
||||||
${DESTDIR}/usr/lib/ocaml/site-lib/camlidl
|
|
||||||
make BINDIR=${DESTDIR}/usr/bin OCAMLLIB=${DESTDIR}/usr/lib/ocaml install
|
|
||||||
cat > ${DESTDIR}/usr/lib/ocaml/site-lib/camlidl/META << EOF
|
|
||||||
# Specifications for the "unix" library:
|
|
||||||
requires = ""
|
|
||||||
description = "LIDL"
|
|
||||||
version = "1.05"
|
|
||||||
directory = "^"
|
|
||||||
browse_interfaces = " Unit name: Unix Unit name: UnixLabels "
|
|
||||||
archive(byte) = "com.cma"
|
|
||||||
archive(native) = "com.cmxa"
|
|
||||||
archive(byte,mt_vm) = "com.cma"
|
|
||||||
EOF
|
|
||||||
}
|
|
Loading…
Reference in New Issue