Skip to content

Commit

Permalink
Port configuration 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
foretspaisibles committed Sep 6, 2015
1 parent 10c110d commit fcdc334
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/configuration/configuration.0.4.1/descr
@@ -0,0 +1,3 @@
Analyse configuration files

WWW: https://github.com/michipili/configuration
35 changes: 35 additions & 0 deletions packages/configuration/configuration.0.4.1/opam
@@ -0,0 +1,35 @@
opam-version: "1.2"
version: "0.4.1"
maintainer: "michipili@gmail.com"
authors: "Michael Grünewald"
license: "CeCILL-B"
homepage: "https://github.com/michipili/configuration"
bug-reports: "https://github.com/michipili/configuration/issues"
dev-repo: "https://github.com/michipili/configuration.git"
tags: [
"configuration"
"system"
]
build: [
["./configure" "--prefix" prefix]
["bmake" "-I%{bsdowl:share}%" "all"] {os != "freebsd"}
["make" "-I%{bsdowl:share}%" "all"] {os = "freebsd"}
]
install: [
["bmake" "-I%{bsdowl:share}%" "install"] {os != "freebsd"}
["make" "-I%{bsdowl:share}%" "install"] {os = "freebsd"}
]
remove: [
["ocamlfind" "remove" "configuration"]
["rm" "-rf" "%{share}%/doc/configuration"]
]
depends: [
"broken" {>= "0.4.1"}
"bsdowl" {>= "3.0.0"}
"ocamlfind"
]
depexts: [
[["debian"] ["bmake"]]
[["ubuntu"] ["bmake"]]
[["osx" "macports"] ["bmake"]]
]
2 changes: 2 additions & 0 deletions packages/configuration/configuration.0.4.1/url
@@ -0,0 +1,2 @@
archive: "https://github.com/michipili/configuration/releases/download/v0.4.1/configuration-0.4.1.tar.xz"
checksum: "b13a54dcf8dd4c3f4945d907b5cac4b0"

0 comments on commit fcdc334

Please sign in to comment.