summaryrefslogtreecommitdiff
path: root/package/ccid/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-12-13 23:18:34 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-12-13 23:18:34 +0100
commit0db7ec2677b921ad578bef95b3278311c69d6aa7 (patch)
tree119d5fd15964445f8360b9ec637656746100a3a5 /package/ccid/Makefile
parent8254c3e05ab406cbefc91c594304336a7c3d5d63 (diff)
update and fix smardcard support for pcmcia reader
Diffstat (limited to 'package/ccid/Makefile')
-rw-r--r--package/ccid/Makefile15
1 files changed, 9 insertions, 6 deletions
diff --git a/package/ccid/Makefile b/package/ccid/Makefile
index 87f48c483..d927c4264 100644
--- a/package/ccid/Makefile
+++ b/package/ccid/Makefile
@@ -4,14 +4,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:= ccid
-PKG_VERSION:= 1.3.12
+PKG_VERSION:= 1.4.1
PKG_RELEASE:= 1
-PKG_MD5SUM:= 7fcdbacacd955659286f988fa9b6e0be
+PKG_MD5SUM:= fef5f950dc35202df2fed832498986b9
PKG_DESCR:= a generic USB CCID and ICCD driver
PKG_SECTION:= crypto
PKG_BUILDDEP:= pcsc-lite
PKG_URL:= http://pcsclite.alioth.debian.org/ccid.html
-PKG_SITES:= https://alioth.debian.org/frs/download.php/3281/
+PKG_SITES:= http://alioth.debian.org/frs/download.php/3281/
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
@@ -22,8 +22,11 @@ $(eval $(call PKG_template,CCID,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_
CONFIGURE_ARGS+= --enable-twinserial
post-install:
- $(INSTALL_DIR) $(IDIR_CCID)/usr/pcsc/drivers/serial
- $(CP) $(WRKINST)/usr/pcsc/drivers/serial/libccidtwin.so* \
- $(IDIR_CCID)/usr/pcsc/drivers/serial
+ $(INSTALL_DIR) $(IDIR_CCID)/etc/reader.conf.d
+ $(INSTALL_DIR) $(IDIR_CCID)/usr/lib/pcsc/drivers/
+ $(INSTALL_DATA) ./files/gemalto.conf \
+ $(IDIR_CCID)/etc/reader.conf.d
+ $(CP) $(WRKINST)/usr/lib/pcsc/drivers/* \
+ $(IDIR_CCID)/usr/lib/pcsc/drivers/
include ${TOPDIR}/mk/pkg-bottom.mk