summaryrefslogtreecommitdiff
path: root/etc/import.pkgconfig
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@gmail.com>2023-04-21 17:43:48 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2023-04-27 14:23:09 +0200
commit81af78b4e96f278746db6fbe33db4712e326ab5e (patch)
tree9c94222cad2b75055c4d27a9679f3fcc7fc2d92b /etc/import.pkgconfig
parentf2aa7f08a8c50b5d1f072783b8299a4e5d66411c (diff)
downloadjustbuild-81af78b4e96f278746db6fbe33db4712e326ab5e.tar.gz
imports: Support pkg-config for curl/archive/ares/zlib
... and align lib names to commonly used pkg names.
Diffstat (limited to 'etc/import.pkgconfig')
-rw-r--r--etc/import.pkgconfig/TARGETS.archive5
-rw-r--r--etc/import.pkgconfig/TARGETS.cares5
-rw-r--r--etc/import.pkgconfig/TARGETS.curl5
-rw-r--r--etc/import.pkgconfig/TARGETS.zlib3
4 files changed, 18 insertions, 0 deletions
diff --git a/etc/import.pkgconfig/TARGETS.archive b/etc/import.pkgconfig/TARGETS.archive
new file mode 100644
index 00000000..64dc830b
--- /dev/null
+++ b/etc/import.pkgconfig/TARGETS.archive
@@ -0,0 +1,5 @@
+{ "archive":
+ { "type": ["@", "rules", "CC/pkgconfig", "system_library"]
+ , "name": ["libarchive"]
+ }
+}
diff --git a/etc/import.pkgconfig/TARGETS.cares b/etc/import.pkgconfig/TARGETS.cares
new file mode 100644
index 00000000..b57f6c74
--- /dev/null
+++ b/etc/import.pkgconfig/TARGETS.cares
@@ -0,0 +1,5 @@
+{ "ares":
+ { "type": ["@", "rules", "CC/pkgconfig", "system_library"]
+ , "name": ["libcares"]
+ }
+}
diff --git a/etc/import.pkgconfig/TARGETS.curl b/etc/import.pkgconfig/TARGETS.curl
new file mode 100644
index 00000000..217e78dd
--- /dev/null
+++ b/etc/import.pkgconfig/TARGETS.curl
@@ -0,0 +1,5 @@
+{ "curl":
+ { "type": ["@", "rules", "CC/pkgconfig", "system_library"]
+ , "name": ["libcurl"]
+ }
+}
diff --git a/etc/import.pkgconfig/TARGETS.zlib b/etc/import.pkgconfig/TARGETS.zlib
new file mode 100644
index 00000000..26eff1c6
--- /dev/null
+++ b/etc/import.pkgconfig/TARGETS.zlib
@@ -0,0 +1,3 @@
+{ "zlib":
+ {"type": ["@", "rules", "CC/pkgconfig", "system_library"], "name": ["zlib"]}
+}