Name: camlmix Version: 1.3.0 Release: %mkrel 6 Summary: A generic preprocessor for text with embedded OCaml License: BSD Group: Development/OCaml URL: http://mjambon.com/camlmix/ Source0: http://mjambon.com/camlmix/camlmix-%{version}.tar.bz2 BuildRequires: ocaml-compiler # for architectures without native code compilation we will need # Requires: ocaml-compiler %description Camlmix is a generic preprocessor which converts text with embedded OCaml into an OCaml program with embedded text. It produces text documents from one or several templates. (Camlmix is not a Camlp4 syntax extension.) %prep %setup -q %build make %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_bindir} make install PREFIX=%{buildroot}/usr %files %doc LICENSE INSTALL %doc examples/ %{_bindir}/camlmix