forked from camlp4/camlp4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopam
24 lines (24 loc) · 863 Bytes
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
opam-version: "1.2"
maintainer: "jeremie@dimino.org"
homepage: "https://github.com/ocaml/camlp4"
bug-reports: "https://github.com/ocaml/camlp4/issues"
dev-repo: "https://github.com/ocaml/camlp4.git"
license: "LGPLv2"
build: [
["./configure" "--bindir=%{bin}%" "--libdir=%{lib}%/ocaml" "--pkgdir=%{lib}%"]
[make "all"]
]
install: [make "install" "install-META"]
depends: ["ocamlfind" {build}]
remove: [
["rm" "-rf" "%{lib}%/camlp4"]
["rm" "-f" "%{bin}%/camlp4" "%{bin}%/camlp4boot" "%{bin}%/mkcamlp4"
"%{bin}%/camlp4r" "%{bin}%/camlp4rf" "%{bin}%/camlp4orf"
"%{bin}%/camlp4o" "%{bin}%/camlp4of" "%{bin}%/camlp4oof"
"%{bin}%/camlp4prof" "%{bin}%/camlp4rf.opt" "%{bin}%/camlp4orf.opt"
"%{bin}%/camlp4o.opt" "%{bin}%/camlp4oof.opt" "%{bin}%/camlp4r.opt"
]
]
depexts: [
[ ["centos"] ["which"] ]
]