Skip to content

Commit

Permalink
Merge pull request #110 from simonjbeaumont/camldm-opam-file
Browse files Browse the repository at this point in the history
camldm: Fix opam file (build steps changed)
  • Loading branch information
Jon Ludlam committed Nov 3, 2015
2 parents 691aacc + c336ab9 commit eff85e4
Showing 1 changed file with 30 additions and 13 deletions.
43 changes: 30 additions & 13 deletions packages/camldm/camldm.0.10.0/opam
@@ -1,30 +1,47 @@
opam-version: "1"
maintainer: "jonathan.ludlam@eu.citrix.com"
opam-version: "1.2"
maintainer: "jonathan.ludlam@eu.citrix.com"
authors: [
"David Scott"
"Si Beaumont"
"Jon Ludlam"
"John Else"
"Kaifeng Zhu"
]
homepage: "https://github.com/xapi-project/camldm"
bug-reports: "https://github.com/xapi-project/camldm/issues"
dev-repo: "https://github.com/xapi-project/camldm.git"

build: [
["./configure"]
[make]
]
build-test: [
["./configure" "--enable-tests"]
[make "test"]
]
install: [
[make "install" "BINDIR=%{bin}%"]
]
remove: [
[make "uninstall" "BINDIR=%{bin}%"]
["ocamlfind" "remove" "devmapper"]
]
depends: [
"ocamlfind"
"rpc" {>= "1.5.0"}
"sexplib"
"cstruct"
"ctypes" {>= "0.4.0"}
"ctypes-foreign"
"oasis"
"ounit"
"cstruct"
"lwt"
"re"
"rpc" {>= "1.5.0"}
"sexplib"
"stringext"
"ocamlfind" {build}
"oasis" {build}
"cmdliner" {test}
"ounit" {test}
"lwt" {test}
"re" {test}
]
os: ["linux"]
available: [os = "linux"]
depexts: [
[["debian"] ["libdevmapper-dev"]]
[["ubuntu"] ["libdevmapper-dev"]]
[["centos"] ["device-mapper-devel"]]
]

0 comments on commit eff85e4

Please sign in to comment.