Mon, 10 Aug 2009 16:08:52 +0200
Specify distribution version at least in the output package name.
michael@4 | 1 | ## |
michael@4 | 2 | ## Cryptlib.txt -- Addendum to OS X Package Specification Document |
michael@4 | 3 | ## Copyright (c) 2009 Michael Schloh von Bennewitz <michael@schloh.com> |
michael@4 | 4 | ## |
michael@4 | 5 | ## Permission to use, copy, modify, and distribute this software for |
michael@4 | 6 | ## any purpose with or without fee is hereby granted, provided that |
michael@4 | 7 | ## the above copyright notice and this permission notice appear in all |
michael@4 | 8 | ## copies. |
michael@4 | 9 | ## |
michael@4 | 10 | ## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED |
michael@4 | 11 | ## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
michael@4 | 12 | ## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
michael@4 | 13 | ## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR |
michael@4 | 14 | ## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
michael@4 | 15 | ## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
michael@4 | 16 | ## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF |
michael@4 | 17 | ## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
michael@4 | 18 | ## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
michael@4 | 19 | ## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
michael@4 | 20 | ## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
michael@4 | 21 | ## SUCH DAMAGE. |
michael@4 | 22 | ## |
michael@4 | 23 | |
michael@4 | 24 | |
michael@4 | 25 | Cryptlib Encryption Development Package |
michael@4 | 26 | --------------------------------------- |
michael@4 | 27 | Name: Cryptlib |
michael@4 | 28 | Summary: Cryptlib Encryption Toolkit |
michael@4 | 29 | URL: http://www.cs.auckland.ac.nz/~pgut001/cryptlib/ |
michael@4 | 30 | Packager: Michael Schloh von Bennewitz |
michael@4 | 31 | Vendor: Peter Gutmann |
michael@4 | 32 | |
michael@4 | 33 | Package source: Cryptlib.pmdoc |
michael@6 | 34 | Package output: Cryptlib-<dist.version>.pkg |
michael@4 | 35 | |
michael@4 | 36 | Executing Cryptlib.pkg installs header archives and universal libraries |
michael@4 | 37 | (IA-32/X86-64/PPC7400/PPC64) to the OS X operating system required for |
michael@4 | 38 | developing applications using Cryptlib cryptography logic. |
michael@4 | 39 | |
michael@4 | 40 | To create the installation package, use the OS X PackageMaker |
michael@4 | 41 | application or equivalent command line utility. Required sources |
michael@4 | 42 | include the package specification (<file>.pmdoc) and the archives |
michael@4 | 43 | specified within the package specification. These references are |
michael@4 | 44 | listed in the following manifest, and must be manually placed. |
michael@4 | 45 | |
michael@4 | 46 | Filesystem Root (fsrt) Manifest |
michael@4 | 47 | ------------------------------- |
michael@4 | 48 | drwxr-xr-x 3 root wheel 102 Aug 4 21:16 fsrt |
michael@4 | 49 | drwxr-xr-x 3 root wheel 102 Aug 4 21:16 fsrt/usr |
michael@4 | 50 | drwxr-xr-x 4 root wheel 136 Aug 4 21:16 fsrt/usr/local |
michael@4 | 51 | drwxr-xr-x 3 root wheel 102 Aug 4 21:15 fsrt/usr/local/include |
michael@4 | 52 | -rw-r--r-- 1 root wheel 91488 Aug 4 20:41 fsrt/usr/local/include/cryptlib.h |
michael@4 | 53 | drwxr-xr-x 3 root wheel 102 Aug 4 21:15 fsrt/usr/local/lib |
michael@4 | 54 | -rw-r--r-- 1 root wheel 8110616 Aug 4 22:45 fsrt/usr/local/lib/libcl.a |