]> matita.cs.unibo.it Git - helm.git/blob - helm/interface/helm_gtk_interface.spec.in
- the mathql interpreter is not helm-dependent any more
[helm.git] / helm / interface / helm_gtk_interface.spec.in
1 Summary: The gtk interface for the library of project HELM
2 Name: @PACKAGE@
3 Version: @VERSION@
4 Release: 1
5 Copyright: GPL
6 URL: http://www.cs.unibo.it/helm
7 Packager: Claudio Sacerdoti Coen <sacerdot@cs.unibo.it>
8 Requires: helm_configuration >= 0.0.2, helm_data >= 0.0.2, helm_http_getter >= 0.0.2, helm_uwobo >= 0.0.2, ocaml >= 3.00, ocaml-findlib, ocaml-netstring, ocaml-pxp, lablgtk, lablgtkmathview >= 0.0.2
9 Group: Applications/Publishing
10 Source: www.cs.unibo.it:/helm/@PACKAGE@-@VERSION@.tar.gz
11 %description
12 HELM (Hypertextual Electronic Library of Mathematics) is a project aimed
13 at the creation of tools for the development and exploitation of a huge
14 distributed library of formal mathematical knowledge. This package holds
15 a gtk interface to the library.
16 For more information see http://www.cs.unibo.it/helm
17
18 %prep
19 %setup
20
21 %build
22 ./configure --enable-defaults
23 make
24 make opt
25
26 %install
27 make install
28
29 %files
30 %doc AUTHORS COPYING ChangeLog NEWS README
31 %attr(755,root,root) /usr/local/bin/mmlinterface
32 %attr(755,root,root) /usr/local/bin/mmlinterface.opt