Skip to content

Commit

Permalink
SmartcardCCID-55017
Browse files Browse the repository at this point in the history
Imported from SmartcardCCID-55017.tar.gz
  • Loading branch information
AppleOSSDistributions committed Oct 6, 2021
1 parent c15899b commit e21667f
Show file tree
Hide file tree
Showing 44 changed files with 2,098 additions and 479 deletions.
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
======================== ccid-1.4.24 ========================
======================== ccid-1.4.27 ========================
Licensed under the LGPL:

----------------------------------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions SmartcardCCID.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<key>OpenSourceProject</key>
<string>ccid</string>
<key>OpenSourceVersion</key>
<string>1.4.24</string>
<string>1.4.27</string>
<key>OpenSourceWebsiteURL</key>
<string>http://pcsclite.alioth.debian.org/ccid.html</string>
<key>OpenSourceURL</key>
<string>https://alioth.debian.org/frs/download.php/file/4171/ccid-1.4.24.tar.bz2</string>
<string>https://alioth.debian.org/frs/download.php/file/4218/ccid-1.4.27.tar.bz2</string>
<key>OpenSourceImportDate</key>
<string>2016-5-23</string>
<string>2017-06-02</string>
<key>OpenSourceModifications</key>
<array>
<string>destDirFix.patch - makefile.in, customized destination directory</string>
Expand Down
9 changes: 6 additions & 3 deletions ccid/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ Project = ccid
UserType = Administrator
ToolType = Commands
GnuAfterInstall = post-install
Extra_Configure_Flags = --enable-usbdropdir=/usr/libexec/SmartCardServices/drivers \
CCIDDriversPath = /usr/libexec/SmartCardServices/drivers
CCIDdylib = /ifd-ccid.bundle/Contents/MacOS/libccid.dylib
Extra_Configure_Flags = --enable-usbdropdir=$(CCIDDriversPath) \
PCSC_CFLAGS="-I$(SRCROOT)/ccid/MacOSX -DRESPONSECODE_DEFINED_IN_WINTYPES_H -DUSE_COMPOSITE_AS_MULTISLOT" \
PCSC_LIBS="-framework PCSC" \
LIBUSB_CFLAGS="-I$(DSTROOT)/usr/include/libusb-1.0" \
Expand All @@ -21,11 +23,12 @@ post-install:
find $(DSTROOT)/ -name 'libusb*' -exec rm \{\} \;
find $(DSTROOT)/ -name 'usb*.h' -exec rm \{\} \;
rm -r $(DSTROOT)/usr/include
rm -r $(DSTROOT)/usr/lib
rm -r $(DSTROOT)/usr/lib
install_name_tool -id $(CCIDDriversPath)$(CCIDdylib) $(DSTROOT)$(CCIDDriversPath)$(CCIDdylib)

# Automatic Extract & Patch
AEP_Project = ccid
AEP_Version = 1.4.24
AEP_Version = 1.4.27
AEP_ProjVers = $(AEP_Project)-$(AEP_Version)
AEP_Filename = $(AEP_ProjVers).tar.bz2
AEP_ExtractDir = $(AEP_ProjVers)
Expand Down
Binary file removed ccid/ccid-1.4.24.tar.bz2
Binary file not shown.
Binary file added ccid/ccid-1.4.27.tar.bz2
Binary file not shown.
Loading

0 comments on commit e21667f

Please sign in to comment.