Skip to content

Commit

Permalink
SmartcardCCID-55021.40.1
Browse files Browse the repository at this point in the history
Imported from SmartcardCCID-55021.40.1.tar.gz
  • Loading branch information
AppleOSSDistributions committed Oct 6, 2021
1 parent ba82449 commit 25ff05f
Show file tree
Hide file tree
Showing 36 changed files with 1,128 additions and 146 deletions.
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.31</string>
<string>1.4.32</string>
<key>OpenSourceWebsiteURL</key>
<string>https://ccid.apdu.fr</string>
<key>OpenSourceURL</key>
<string>https://ccid.apdu.fr/files/ccid-1.4.31.tar.bz2</string>
<string>https://ccid.apdu.fr/files/ccid-1.4.32.tar.bz2</string>
<key>OpenSourceImportDate</key>
<string>2019-08-20</string>
<string>2020-04-27</string>
<key>OpenSourceModifications</key>
<array>
<string>destDirFix.patch - makefile.in, customized destination directory</string>
Expand Down
5 changes: 3 additions & 2 deletions ccid/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ post-install:
find $(DSTROOT)/ -name 'usb*.h' -exec rm \{\} \;
rm -r $(DSTROOT)/usr/include
rm -r $(DSTROOT)/usr/lib
install_name_tool -id $(CCIDDriversPath)$(CCIDdylib) $(DSTROOT)$(CCIDDriversPath)$(CCIDdylib)
install_name_tool -id $(CCIDDriversPath)$(CCIDdylib) $(DSTROOT)$(CCIDDriversPath)$(CCIDdylib)
codesign -s - $(DSTROOT)$(CCIDDriversPath)$(CCIDdylib)

# Automatic Extract & Patch
AEP_Project = ccid
AEP_Version = 1.4.31
AEP_Version = 1.4.32
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.31.tar.bz2
Binary file not shown.
Binary file added ccid/ccid-1.4.32.tar.bz2
Binary file not shown.
Loading

0 comments on commit 25ff05f

Please sign in to comment.