/[packages]/cauldron/camlmix/current/SPECS/camlmix.spec
ViewVC logotype

Contents of /cauldron/camlmix/current/SPECS/camlmix.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 208301 - (show annotations) (download)
Sun Feb 12 23:33:47 2012 UTC (13 years, 4 months ago) by malo
File size: 809 byte(s)
without parallel build

1 # Original spec from JeanClaude Colette
2 %define name camlmix
3 %define version 1.3.0
4 %define release %mkrel 1
5
6 Summary: Generic preprocessor for OCaml program with embedded text
7 Name: %{name}
8 Version: %{version}
9 Release: %{release}
10 Source0: http://martin.jambon.free.fr/camlmix/%name-%version.tar.bz2
11 License: BSD
12 Group: Development/Other
13 Url: http://martin.jambon.free.fr/camlmix/
14 BuildRequires: ocaml
15 Requires: ocaml
16
17 %description
18 Camlmix is a generic preprocessor which converts text with embedded
19 OCaml into an OCaml program with embedded text. It produces text
20 documents from one or several templates. Camlmix is not a Camlp4 syntax
21 extension.
22
23 %prep
24 %setup -q
25
26 %build
27 make
28
29 %install
30 mkdir -p %{buildroot}%{_bindir}
31 make install PREFIX=%{buildroot}%{_prefix}
32
33 %files
34 %doc LICENSE
35 %_bindir/*

  ViewVC Help
Powered by ViewVC 1.1.30