summaryrefslogtreecommitdiff
path: root/package/ccid/Makefile
blob: 1dfa252c05c2b5e85c7adf3889836f9913d8a17f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.

include $(TOPDIR)/rules.mk

PKG_NAME:=		ccid
PKG_VERSION:=		1.4.1
PKG_RELEASE:=		1
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:=		http://alioth.debian.org/frs/download.php/3475/

DISTFILES:=             ${PKG_NAME}-${PKG_VERSION}.tar.bz2

include $(TOPDIR)/mk/package.mk

$(eval $(call PKG_template,CCID,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))

TARGET_CFLAGS:=         $(filter-out -flto,$(TARGET_CFLAGS))
CONFIGURE_ARGS+=	--enable-twinserial

post-install:
	$(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