Skip to content

Commit

Permalink
Fix coq 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Oct 16, 2012
1 parent 80b79f4 commit 4f5b47f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions packages/coq.8.3/opam
Expand Up @@ -2,11 +2,11 @@ opam-version: "1"
maintainer: "contact@ocamlpro.com"
build: [
["./configure"
"-configdir" "%{lib}%/coq/config"
"-mandir" "%{man}%"
"-docdir" "%{doc}%"
"--prefix" "%{prefix}%"]
"-camlp5dir" "%{lib}%/camlp5"
"--prefix" "%{prefix}%"
"-docdir" "%{doc}%"]
["%{make}%" "world"]
["%{make}%" "install"]
]
depends: ["camlp5"]
depopts: ["lablgtk" {= "2.14.2-oasis8"}]
4 changes: 2 additions & 2 deletions packages/coq.8.3/url
@@ -1,2 +1,2 @@
archive: "http://coq.inria.fr/distrib/V8.3/files/coq-8.3.tar.gz"
checksum: "14b80e6b7075adf1516ab931202be8df"
archive: "http://coq.inria.fr/distrib/V8.3pl5/files/coq-8.3pl5.tar.gz"
checksum: "b16741e211e98a3a3870a105aa0cb9fe"

0 comments on commit 4f5b47f

Please sign in to comment.