From 73d1a30cbf0800b53c3f781f3b5e1599984db862 Mon Sep 17 00:00:00 2001 From: oepen Date: Tue, 8 Jun 2010 09:13:58 +0000 Subject: [PATCH] Initial release of bitbake recipe for pace-gui git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@138 96b47cad-a561-4643-ad3b-153ac7d7599c --- bitbake/pace-gui.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 bitbake/pace-gui.bb 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/*"