summaryrefslogtreecommitdiffstats
path: root/libwolfssl.24-full.pkg/control
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-08-02 18:24:22 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-08-02 18:24:22 (EDT)
commit9c6ba47dff70a48cb3e98e880bca1c7ada98e263 (patch)
tree7e76dc7a42b7abb3b503281afd19c3564fbe4718 /libwolfssl.24-full.pkg/control
parent8a35ca24695c6ea534224ea3abbabcc73c2a7b46 (diff)
Add -full* and -common packages, rename -dev
Diffstat (limited to 'libwolfssl.24-full.pkg/control')
-rw-r--r--libwolfssl.24-full.pkg/control13
1 files changed, 13 insertions, 0 deletions
diff --git a/libwolfssl.24-full.pkg/control b/libwolfssl.24-full.pkg/control
new file mode 100644
index 0000000..d7bd524
--- /dev/null
+++ b/libwolfssl.24-full.pkg/control
@@ -0,0 +1,13 @@
+Architecture: any
+Platform: all
+Section: lib
+Depends:
+ libwolfssl.${Abi-Ver}-common (>= ${Source-Version}),
+ {Shlib-Depends},
+Conflicts: libwolfssl.${Abi-Ver}-client
+Replaces: libwolfssl.${Abi-Ver}-client
+Description: Lightweight SSL/TLS library - client/server library
+ ${Common-Description}
+ .
+ This package provides the wolfSSL SSL/TLS library configured for client and
+ server applications.