1 |
blue_prawn |
262994 |
Name: camlmix |
2 |
|
|
Version: 1.3.0 |
3 |
blue_prawn |
484246 |
Release: %mkrel 6 |
4 |
blue_prawn |
262994 |
Summary: A generic preprocessor for text with embedded OCaml |
5 |
|
|
License: BSD |
6 |
blue_prawn |
300501 |
Group: Development/OCaml |
7 |
blue_prawn |
262994 |
URL: http://mjambon.com/camlmix/ |
8 |
|
|
Source0: http://mjambon.com/camlmix/camlmix-%{version}.tar.bz2 |
9 |
malo |
275537 |
BuildRequires: ocaml-compiler |
10 |
|
|
# for architectures without native code compilation we will need |
11 |
|
|
# Requires: ocaml-compiler |
12 |
malo |
208299 |
|
13 |
|
|
%description |
14 |
blue_prawn |
262994 |
Camlmix is a generic preprocessor which converts text with embedded OCaml |
15 |
|
|
into an OCaml program with embedded text. It produces text documents from |
16 |
|
|
one or several templates. |
17 |
malo |
208299 |
|
18 |
blue_prawn |
262994 |
(Camlmix is not a Camlp4 syntax extension.) |
19 |
|
|
|
20 |
malo |
208299 |
%prep |
21 |
|
|
%setup -q |
22 |
|
|
|
23 |
|
|
%build |
24 |
malo |
208301 |
make |
25 |
malo |
208299 |
|
26 |
|
|
%install |
27 |
blue_prawn |
262994 |
rm -rf %{buildroot} |
28 |
malo |
208299 |
mkdir -p %{buildroot}%{_bindir} |
29 |
blue_prawn |
262994 |
make install PREFIX=%{buildroot}/usr |
30 |
malo |
208299 |
|
31 |
|
|
%files |
32 |
blue_prawn |
262994 |
%doc LICENSE INSTALL |
33 |
|
|
%doc examples/ |
34 |
|
|
%{_bindir}/camlmix |