diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-10-16 21:17:36 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-10-16 21:17:36 (EDT) |
commit | bf8945dbaab39fa747162c5b37aa479a2233a2df (patch) | |
tree | ecd8165d7a72d6223100055738247a93dbdc19c7 | |
parent | ddc57c44b01289532a50653c9713e3aa3920d657 (diff) |
Add binary packages
-rw-r--r-- | libtomcrypt-dev.pkg/control | 7 | ||||
-rw-r--r-- | libtomcrypt-dev.pkg/files | 4 | ||||
-rw-r--r-- | libtomcrypt.0.pkg/control | 5 | ||||
-rw-r--r-- | libtomcrypt.0.pkg/docs | 0 | ||||
-rw-r--r-- | libtomcrypt.0.pkg/files | 1 | ||||
-rw-r--r-- | substvars | 5 |
6 files changed, 22 insertions, 0 deletions
diff --git a/libtomcrypt-dev.pkg/control b/libtomcrypt-dev.pkg/control new file mode 100644 index 0000000..0f0a28d --- /dev/null +++ b/libtomcrypt-dev.pkg/control @@ -0,0 +1,7 @@ +Architecture: any +Platform: all +Depends: libtomcrypt.0 (= ${Binary-Version}) +Description: Portable cryptographic toolkit - development files + ${Common-Description} + . + This package contains development files for the portable cryptographic toolkit. diff --git a/libtomcrypt-dev.pkg/files b/libtomcrypt-dev.pkg/files new file mode 100644 index 0000000..f1bd53e --- /dev/null +++ b/libtomcrypt-dev.pkg/files @@ -0,0 +1,4 @@ +/usr/include/ +/usr/lib/*/libtomcrypt.a +/usr/lib/*/libtomcrypt.so +/usr/lib/*/libtomcrypt_prof.* diff --git a/libtomcrypt.0.pkg/control b/libtomcrypt.0.pkg/control new file mode 100644 index 0000000..1adbd33 --- /dev/null +++ b/libtomcrypt.0.pkg/control @@ -0,0 +1,5 @@ +Architecture: any +Platform: all +Depends: libtommath.0 +Description: Portable cryptographic toolkit + ${Common-Description} diff --git a/libtomcrypt.0.pkg/docs b/libtomcrypt.0.pkg/docs new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/libtomcrypt.0.pkg/docs diff --git a/libtomcrypt.0.pkg/files b/libtomcrypt.0.pkg/files new file mode 100644 index 0000000..bd0f060 --- /dev/null +++ b/libtomcrypt.0.pkg/files @@ -0,0 +1 @@ +/usr/lib/*/libtomcrypt.so.* diff --git a/substvars b/substvars new file mode 100644 index 0000000..cfb37a2 --- /dev/null +++ b/substvars @@ -0,0 +1,5 @@ +Common-Description: + LibTomCrypt is a fairly comprehensive, modular and portable cryptographic + toolkit that provides developers with a vast array of well known published + block ciphers, one-way hash functions, chaining modes, pseudo-random number + generators, public key cryptography and a plethora of other routines. |