opam-version: "2.0"
maintainer: "Pierre Boutillier <pierre.boutillier@laposte.net>"
authors: "Luc Maranget"
homepage: "http://hevea.inria.fr/"
bug-reports: "Luc.Maranget@inria.fr"

build: [make "PREFIX=%{prefix}%"]
install: [make "PREFIX=%{prefix}%" "install"]
remove: [ [ "rm" "-r" "%{lib}%/hevea" ]
	  [ "rm" "%{bin}%/hevea" "%{bin}%/hacha" "%{bin}%/esponja" "%{bin}%/bibhva" ]
	  [ "rm" "%{bin}%/imagen" ] ]
post-messages: [
  "The file 'hevea.sty' has been installed in %{lib}%/hevea but latex won't see it by itself" {success}
]
depends: [
  "ocaml"
  "ocamlbuild" {build}
]
synopsis: "A quite complete and fast LATEX to HTML translator"
flags: light-uninstall
url {
  src: "http://hevea.inria.fr/old/hevea-2.25.tar.gz"
  checksum: "md5=973cdef711b00f9afb92f3c1fe009904"
}
