Changeset 97
- Timestamp:
- 07/30/07 10:54:13 (16 months ago)
- Location:
- trunk
- Files:
-
- 6 modified
-
ChangeLog (modified) (1 diff)
-
Makefile (modified) (2 diffs)
-
Makefile_i386 (modified) (6 diffs)
-
engine-pack/Info.plist (modified) (1 diff)
-
libp11-pack/Info.plist (modified) (1 diff)
-
opensc-pack/Info.plist (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r96 r97 4 4 - OpenSSH: upgrade to 4.6p1 5 5 - OpenSSL: upgrade to 0.9.8e 6 - Upgrade to XCode 2.4.1 6 7 7 8 Version 0.2.0 -
trunk/Makefile
r96 r97 1 1 BUILDHOME = $(PWD) 2 OPENSCVERSION = 0.11. 23 SCAVERSION = 0.2. 14 LIBP11VERSION = 0.2. 25 ENGINEVERSION = 0.1. 32 OPENSCVERSION = 0.11.3-svn-r3234 3 SCAVERSION = 0.2.2pre1 4 LIBP11VERSION = 0.2.3 5 ENGINEVERSION = 0.1.4 6 6 OPENSSLVERSION = 0.9.8e 7 7 OPENSSHVERSION = 4.6p1 … … 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 -
trunk/Makefile_i386
r96 r97 1 1 BUILDHOME = $(PWD) 2 2 OPENSSLVERSION = 0.9.8e 3 OPENSCVERSION = 0.11. 23 OPENSCVERSION = 0.11.3-svn-r3234 4 4 OPENSSHVERSION = 4.6p1 5 LIBP11VERSION = 0.2. 26 ENGINEVERSION = 0.1. 35 LIBP11VERSION = 0.2.3 6 ENGINEVERSION = 0.1.4 7 7 IFDEGATEVERSION = 0.05 8 8 LIBUSBVERSION = 0.1.12 9 10 11 all: build-openssl build-opensc build-libp11 build-engine build-openssh build-libusb build-ifd-egate 12 clean: clean-openssl clean-opensc clean-libp11 clean-engine clean-openssh clean-libusb clean-ifd-egate 9 PKGCONFIGVERSION = 0.22 10 11 12 all: build-pkg-config build-openssl build-opensc build-libp11 build-engine build-openssh build-libusb build-ifd-egate 13 clean: clean-pkg-config clean-openssl clean-opensc clean-libp11 clean-engine clean-openssh clean-libusb clean-ifd-egate 13 14 transfer: 14 15 tar czf compiled-i386.tgz *-i386 15 16 17 clean-pkg-config: 18 rm -rf pkg-config 19 rm -rf compiled-pkg-config 20 rm -f fetch-pkg-config build-pkg-config 21 16 22 clean-openssl: 17 23 rm -rf openssl … … 49 55 rm -f fetch-ifd-egate build-ifd-egate 50 56 57 pkg-config-$(PKGCONFIGVERSION).tar.gz: 58 curl -O http://pkgconfig.freedesktop.org/releases/$@ 59 51 60 openssl-$(OPENSSLVERSION).tar.gz: 52 61 curl -O http://www.openssl.org/source/$@ … … 54 63 55 64 opensc-$(OPENSCVERSION).tar.gz: 56 curl -O http://www.opensc-project.org/files/opensc/$@57 #curl -O http://www.opensc-project.org/files/opensc/snapshots/$@65 # curl -O http://www.opensc-project.org/files/opensc/$@ 66 curl -O http://www.opensc-project.org/files/opensc/snapshots/$@ 58 67 # curl -O http://www.opensc-project.org/files/opensc/testing/$@ 59 68 … … 72 81 libusb-$(LIBUSBVERSION).tar.gz: 73 82 curl -O http://switch.dl.sourceforge.net/sourceforge/libusb/$@ 83 84 fetch-pkg-config: pkg-config-$(PKGCONFIGVERSION).tar.gz 85 rm -rf pkg-config 86 tar xzvf $^ 87 mv pkg-config-$(PKGCONFIGVERSION) pkg-config 88 touch $@ 74 89 75 90 fetch-openssl: openssl-$(OPENSSLVERSION).tar.gz … … 114 129 tar xzvf $^ 115 130 mv ifd-egate-$(IFDEGATEVERSION) ifd-egate 131 touch $@ 132 133 build-pkg-config: fetch-pkg-config 134 cd pkg-config && \ 135 ./configure --prefix=$(BUILDHOME)/compiled-pkg-config && \ 136 make && \ 137 make install 116 138 touch $@ 117 139 … … 144 166 build-engine: fetch-engine 145 167 cd engine_pkcs11 && \ 168 PKG_CONFIG="$(BUILDHOME)/compiled-pkg-config/bin/pkg-config" \ 146 169 LIBP11_CFLAGS="-I$(BUILDHOME)/compiled-libp11-i386/Library/OpenSC/include" \ 147 170 LIBP11_LIBS="-L$(BUILDHOME)/compiled-libp11-i386/Library/OpenSC/lib -lp11" \ -
trunk/engine-pack/Info.plist
r18 r97 4 4 <dict> 5 5 <key>CFBundleGetInfoString</key> 6 <string>0.1. 3, OpenSC Project</string>6 <string>0.1.4, OpenSC Project</string> 7 7 <key>CFBundleIdentifier</key> 8 8 <string>org.opensc.engine</string> 9 9 <key>CFBundleShortVersionString</key> 10 <string>0.1. 3</string>10 <string>0.1.4</string> 11 11 <key>IFPkgFlagAllowBackRev</key> 12 12 <true/> -
trunk/libp11-pack/Info.plist
r72 r97 4 4 <dict> 5 5 <key>CFBundleGetInfoString</key> 6 <string>0.2. 2, OpenSC Project</string>6 <string>0.2.3, OpenSC Project</string> 7 7 <key>CFBundleIdentifier</key> 8 8 <string>org.opensc.libp11</string> 9 9 <key>CFBundleShortVersionString</key> 10 <string>0.2. 2</string>10 <string>0.2.3</string> 11 11 <key>IFPkgFlagAllowBackRev</key> 12 12 <true/> -
trunk/opensc-pack/Info.plist
r93 r97 4 4 <dict> 5 5 <key>CFBundleGetInfoString</key> 6 <string>0.11. 2, OpenSC Project</string>6 <string>0.11.4, OpenSC Project</string> 7 7 <key>CFBundleIdentifier</key> 8 8 <string>org.opensc.opensc</string> 9 9 <key>CFBundleShortVersionString</key> 10 <string>0.11. 2</string>10 <string>0.11.4</string> 11 11 <key>IFPkgFlagAllowBackRev</key> 12 12 <true/>
