You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.4 KiB
40 lines
1.4 KiB
![]()
6 years ago
|
opam-version: "2.0"
|
||
|
maintainer: "unixjunkie@sdf.org"
|
||
|
authors: ["Francois Berenger"]
|
||
|
homepage: "http://www.freedesktop.org/wiki/Software/pkg-config/"
|
||
|
bug-reports: "https://github.com/ocaml/opam-repository/issues"
|
||
|
license: "GPL"
|
||
|
build: [
|
||
|
["pkg-config" "--help"]
|
||
|
]
|
||
|
install: [
|
||
|
["ln" "-s" "/usr/local/bin/pkgconf" "%{bin}%/pkg-config"] {os = "openbsd"}
|
||
|
]
|
||
|
remove: [
|
||
|
["rm" "-f" "%{bin}%/pkg-config"] {os = "openbsd"}
|
||
|
]
|
||
|
post-messages: [
|
||
|
"conf-pkg-config: A symlink to /usr/local/bin/pkgconf has been installed in the OPAM bin directory (%{bin}%) on your PATH as 'pkg-config'. This is necessary for correct operation." {os = "openbsd"}
|
||
|
]
|
||
|
depexts: [
|
||
|
["pkg-config"] {os-distribution = "debian"}
|
||
|
["pkg-config"] {os-distribution = "ubuntu"}
|
||
|
["pkg-config"] {os-distribution = "arch"}
|
||
|
["pkgconfig"] {os-distribution = "fedora"}
|
||
|
["pkgconfig"] {os-distribution = "centos"}
|
||
|
["pkgconfig"] {os-distribution = "mageia"}
|
||
|
["pkgconfig"] {os-distribution = "rhel"}
|
||
|
["pkgconfig"] {os-distribution = "ol"}
|
||
|
["pkgconfig"] {os-distribution = "alpine"}
|
||
|
["devel/pkgconf"] {os = "freebsd"}
|
||
|
["devel/pkgconf"] {os = "openbsd"}
|
||
|
["pkg-config"] {os = "macos" & os-distribution = "homebrew"}
|
||
|
["pkgconf"] {os = "freebsd"}
|
||
|
["pkg-config"] {os-distribution = "cygwinports"}
|
||
|
]
|
||
|
synopsis: "Virtual package relying on pkg-config installation"
|
||
|
description: """
|
||
|
This package can only install if the pkg-config package is installed
|
||
|
on the system."""
|
||
|
flags: conf
|