root/trunk/fink/main/finkinfo/macathena-ssl-certificates.info

Revision 88, 0.7 kB (checked in by broder, 16 years ago)

Makefile wasn't necessary after all. Also, created the actual package.

Line 
1 Package: macathena-ssl-certificates
2 Version: 87
3 Revision: 1
4 Source: http://macathena.mit.edu/dist/ssl-certificates-svn%v.tar.gz
5 Maintainer: SIPB MacAthena Project <sipb-macathena@mit.edu>
6 HomePage: http://macathena.mit.edu/
7 License: Public Domain
8 Description: Install the MIT CA into the Keychain
9 DescPackaging: <<
10         This package installs the MIT CA into the system keychain. Uninstalling
11         this package does not remove the certificate.
12 <<
13 Source-MD5: 17817c67ae0b7e32fc1ce6d39b607349
14 DocFiles: copyright
15
16 CompileScript: <<
17 <<
18 InstallScript: <<
19         mkdir -p %i/share/%n/
20         cp %b/mitCA.pem %i/share/%n/
21 <<
22 PostInstScript: <<
23         security add-trusted-cert -d -k /Library/Keychains/System.keychain %p/share/%n/mitCA.pem
24 <<
Note: See TracBrowser for help on using the browser.