Files
vsmartcard/bitbake/ccid-emulator.bb
frankmorgner 335a6b9f20 updated recipes
git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@186 96b47cad-a561-4643-ad3b-153ac7d7599c
2010-07-01 11:20:18 +00:00

18 lines
452 B
BlitzBasic

DESCRIPTION = "Virtual Smartcard with PCSC Driver and CCID to PCSC Gadget"
LICENSE = "GPL"
DEPENDS = "pcsc-lite linux-libc-headers openssl opensc"
RDEPENDS = "pcsc-lite kernel-module-gadgetfs libcrypto opensc"
SRC_URI = "svn://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard;module=ccid;proto=https;rev=180"
S = "${WORKDIR}/ccid"
inherit autotools_stage pkgconfig
EXTRA_OECONF = "--enable-pace"
FILES_${PN} += "\
${bindir}/* \
"