Files
vsmartcard/bitbake/npa.bb
2011-01-31 11:51:31 +00:00

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=384"
S = "${WORKDIR}/vsmartcard/npa"
inherit autotools pkgconfig
EXTRA_OECONF = ""
FILES_${PN} += "\
${bindir}/* \
${libdir}/* \
"