NB! This project is outdated and unmaintained, please refer to the OpenSC MacInstaller instead!
Changeset 114
- Timestamp:
-
01/28/09 16:57:37
(3 years ago)
- Author:
- jps
- Message:
-
Creating a new SCA TEST release (based on 0.11.6-svn-r3639)
- Location:
- trunk
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r113
|
r114
|
|
| 1 | 1 | BUILDHOME = $(PWD) |
| 2 | | OPENSCVERSION = 0.11.6 |
| 3 | | SCAVERSION = 0.2.4.1 |
| | 2 | OPENSCVERSION = 0.11.6-svn-r3639 |
| | 3 | SCAVERSION = 0.2.5-pre1 |
| 4 | 4 | LIBP11VERSION = 0.2.4 |
| 5 | 5 | ENGINEVERSION = 0.1.5 |
| 6 | | OPENSSLVERSION = 0.9.8h |
| | 6 | OPENSSLVERSION = 0.9.8j |
| 7 | 7 | OPENSSHVERSION = 5.1p1 |
| 8 | 8 | IFDEGATEVERSION = 0.05 |
| … |
… |
|
| 102 | 102 | |
| 103 | 103 | opensc-$(OPENSCVERSION).tar.gz: |
| 104 | | curl -O http://www.opensc-project.org/files/opensc/$@ |
| 105 | | # curl -O http://www.opensc-project.org/files/opensc/snapshots/$@ |
| | 104 | # curl -O http://www.opensc-project.org/files/opensc/$@ |
| | 105 | curl -O http://www.opensc-project.org/files/opensc/snapshots/$@ |
| 106 | 106 | # curl -O http://www.opensc-project.org/files/opensc/testing/$@ |
| 107 | 107 | |
| … |
… |
|
| 345 | 345 | lipo-opensc: compiled-opensc-i386 |
| 346 | 346 | cd compiled-opensc/Library/OpenSC/bin/ && \ |
| 347 | | lipo -create cardos-info ../../../../compiled-opensc-i386/Library/OpenSC/bin/cardos-info -output cardos-info_univ && \ |
| 348 | | mv -f cardos-info_univ cardos-info |
| | 347 | lipo -create cardos-tool ../../../../compiled-opensc-i386/Library/OpenSC/bin/cardos-tool -output cardos-tool_univ && \ |
| | 348 | mv -f cardos-tool_univ cardos-tool |
| 349 | 349 | cd compiled-opensc/Library/OpenSC/bin/ && \ |
| 350 | 350 | lipo -create cryptoflex-tool ../../../../compiled-opensc-i386/Library/OpenSC/bin/cryptoflex-tool -output cryptoflex-tool_univ && \ |
-
|
r111
|
r114
|
|
| 1 | 1 | BUILDHOME = $(PWD) |
| 2 | | OPENSSLVERSION = 0.9.8h |
| 3 | | OPENSCVERSION = 0.11.6 |
| | 2 | OPENSSLVERSION = 0.9.8j |
| | 3 | OPENSCVERSION = 0.11.6-svn-r3639 |
| 4 | 4 | OPENSSHVERSION = 5.1p1 |
| 5 | 5 | LIBP11VERSION = 0.2.4 |