git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@186 96b47cad-a561-4643-ad3b-153ac7d7599c
16 lines
362 B
BlitzBasic
16 lines
362 B
BlitzBasic
DESCRIPTION = "Virtual Smartcard with PCSC Driver and CCID to PCSC Gadget"
|
|
LICENSE = "GPL"
|
|
|
|
DEPENDS = "pcsc-lite"
|
|
RDEPENDS = "pcsc-lite"
|
|
|
|
SRC_URI = "svn://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard;module=picc_to_pcsc;proto=https;rev=180"
|
|
|
|
S = "${WORKDIR}/picc_to_pcsc"
|
|
|
|
inherit autotools_stage pkgconfig
|
|
|
|
FILES_${PN} += "\
|
|
${bindir}/* \
|
|
"
|