forked from xapi-project/xen-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
opam
37 lines (37 loc) · 1.05 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
opam-version: "1"
maintainer: "[email protected]"
build: [
["./configure" "--disable-warn-error" "--varpatchdir" "%{prefix}%/var/patch" "--optdir" "%{lib}%/xcp" "--plugindir" "%{lib}%/xcp/plugins" "--hooksdir" "%{prefix}%/etc/hook-scripts" "--xapiconf" "%{prefix}%/etc/xapi.conf" "--libexecdir" "%{lib}%/xcp/bin" "--scriptsdir" "%{lib}%/xcp/scripts" "--sharedir" "%{share}%/xcp" "--webdir" "%{share}%/xcp/web" "--xhadir" "%{bin}%/xha" "--bindir" "%{bin}%" "--sbindir" "%{bin}%" "--etcdir" "%{prefix}%/etc"]
[make "DISABLE_TESTS=true"]
["install" "-m" "0755" "ocaml/xapi/xapi.opt" "%{bin}%/xapi"]
]
remove: ["rm" "%{bin}%/xapi"]
depends: [
"ocamlfind"
"xapi-idl"
"xapi-libs-transitional"
"xapi-netdev"
"omake"
"cdrom"
"fd-send-recv"
"xapi-forkexecd"
"libvhd"
"nbd"
"oclock"
"ounit"
"rpc"
"ssl"
"xapi-stdext"
"xapi-tapctl"
"xenctrl"
"xenstore"
"xapi-inventory"
"tar-format"
"opasswd" {>= "0.9.3"}
"xapi-rrdd-plugin"
]
depexts: [
[["centos"] ["pam-devel"]]
[["debian"] ["libpam-dev"]]
[["ubuntu"] ["libpam-dev"]]
]