diff --git a/bitbake/pace-gui.bb b/bitbake/pace-gui.bb new file mode 100644 index 0000000..5407564 --- /dev/null +++ b/bitbake/pace-gui.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Simple GUI for entring a PIN and giving it to pace-tool" +LICENSE = "GPL" + +DEPENDS = "ccid-tool" +RDEPENDS = "ccid-tool python-pygtk libglade" + +SRC_URI = "svn://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard;module=pace-gui;proto=https;rev=137" + +S = "${WORKDIR}/pace-gui" + +inherit autotools_stage pkgconfig + +FILES_${PN} += "${bindir}/* \ + ${datadir}/pinpad/*"