install:
cp mmlinterface mmlinterface.opt helm_wget $(BIN_DIR)
-distclean:
+distclean: clean
rm -f Makefile configuration.ml helm_wget configure config.log \
config.cache config.status
+dist: clean
+ rm -rf ../@PACKAGE@-@VERSION@
+ mkdir ../@PACKAGE@-@VERSION@
+ cp -r * ../@PACKAGE@-@VERSION@
+ (cd .. ; tar cvfz @PACKAGE@-@VERSION@.tar.gz @PACKAGE@-@VERSION@ ; rm -rf @PACKAGE@-@VERSION@)
+
.PHONY: install distclean clean
include .depend
Copyright: GPL
URL: http://www.cs.unibo.it/helm
Packager: Claudio Sacerdoti Coen <sacerdot@cs.unibo.it>
-Requires: helm_configuration = 0.0.1, helm_data = 0.0.1, helm_http_getter = 0.0.1, helm_xsltd = 0.0.1, ocaml >= 3.00, ocaml-findlib, ocaml-netstring, ocaml-pxp, lablgtk_20001129, lablgtk-20001129_gtkmathview
+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
Group: Applications/Publishing
Source: www.cs.unibo.it:/helm/@PACKAGE@-@VERSION@.tar.gz
%description
%setup
%build
-cp config.cache.pkg config.cache
-./configure
+./configure --enable-defaults
make
+make opt
%install
-make opt
make install
%files