- bitbake updated versions git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@417 96b47cad-a561-4643-ad3b-153ac7d7599c
19 lines
411 B
BlitzBasic
19 lines
411 B
BlitzBasic
DESCRIPTION = "API and Tools for the new German identity card (neuer Personalausweis, nPA)"
|
|
LICENSE = "GPL"
|
|
|
|
DEPENDS = "openssl opensc"
|
|
RDEPENDS = "libcrypto opensc"
|
|
|
|
SRC_URI = "svn://vsmartcard.svn.sourceforge.net/svnroot;module=vsmartcard;proto=https;rev=417"
|
|
|
|
S = "${WORKDIR}/vsmartcard/npa"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
EXTRA_OECONF = ""
|
|
|
|
FILES_${PN} += "\
|
|
${bindir}/* \
|
|
${libdir}/* \
|
|
"
|