Initial release of bitbake recipe for pace-gui

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@138 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
oepen
2010-06-08 09:13:58 +00:00
parent 1259db1584
commit 73d1a30cbf

14
bitbake/pace-gui.bb Normal file
View File

@@ -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/*"