ocamlnet stable port information

Package: ocamlnet
Version: 2.2.9
Revision: 1
Description: Implements protocols for network programming
BuildDepends: ocaml (>= 3.00), ocaml-pcre (>= 5.15.0), ocaml-findlib (>= 1.1), fink (>= 0.24.12)
Depends: ocaml (>= 3.00), ocaml-pcre (>= 5.15.0)
DescPort: custom configure
# SetMAKEFLAGS: -j1
NoSetMAKEFLAGS: true
Source: http://download.camlcity.org/download/ocamlnet-%v.tar.gz
Source-MD5: 3655e3be3bb2806e0a1f48bb7ce16fb3
Maintainer: Anil Madhavapeddy
Homepage: http://projects.camlcity.org/projects/ocamlnet.html
PatchFile: %n.patch
PatchFile-MD5: 0f65929e881a7fa53f8b54851dcf0ad2
License: OSI-Approved
CompileScript: <<
./configure
make all opt
<<
InstallScript: <<
mkdir -p %i/lib/ocaml/site-lib
make install DESTDIR=%d OCAMLFIND_DESTDIR=%d/$(ocamlfind printconf destdir)
<<
DocFiles: LICENSE

ocamlnet stable port .patch

--- a/Makefile.rules.orig 2008-11-17 18:27:03.000000000 +0000
+++ b/Makefile.rules 2008-11-17 18:27:33.000000000 +0000
@@ -123,7 +123,7 @@
.PHONY: install-findlib
install-findlib: META
files=`$(COLLECT_FILES) *.mli *.cmi *.cma *.cmxa *.a dll* META $(INSTALL_EXTRA)` && \
- $(OCAMLFIND) install $(PKGNAME) $$files
+ $(OCAMLFIND) install -ldconf ignore $(PKGNAME) $$files

.PHONY: uninstall-findlib
uninstall-findlib:

ocamlnet _unstable_ port .patch