Skip to content

Commit 1d6e443

Browse files
committed
Adding conf-sndfile virtual package for libsndfile
1 parent a84d26e commit 1d6e443

File tree

1 file changed

+19
-0
lines changed
  • packages/conf-sndfile/conf-sndfile.1

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
opam-version: "2.0"
2+
maintainer: "https://github.com/ocaml/opam-repository/issues"
3+
homepage: "https://github.com/libsndfile/libsndfile"
4+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
5+
authors: "libsndfile developers"
6+
license: "LGPL-2.1-or-later"
7+
build: ["pkg-config" "--exists" "sndfile"]
8+
depends: [
9+
"conf-pkg-config" {build}
10+
]
11+
depexts: [
12+
["libsndfile-dev"] {os-family = "debian" | os-family = "ubuntu" | os-distribution = "alpine"}
13+
["libsndfile"] {os-family = "arch" | os = "freebsd" | os-distribution = "nixos" | os = "macos" & os-distribution = "homebrew"}
14+
["libsndfile-devel"] {os = "win32" & os-distribution = "cygwinports" | os-family = "suse" | os-family = "opensuse" | os-distribution = "centos" | os-distribution = "fedora"}
15+
]
16+
synopsis: "Virtual package relying on sndfile"
17+
description:
18+
"This package can only install if the sndfile library is installed on the system."
19+
flags: conf

0 commit comments

Comments
 (0)