From bf8945dbaab39fa747162c5b37aa479a2233a2df Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 16 Oct 2014 21:17:36 -0400 Subject: Add binary packages --- 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. -- cgit v0.9.1