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:
14
bitbake/pace-gui.bb
Normal file
14
bitbake/pace-gui.bb
Normal 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/*"
|
||||
Reference in New Issue
Block a user