-Bumped svn revision in pace-gui.bb git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@145 96b47cad-a561-4643-ad3b-153ac7d7599c
15 lines
402 B
BlitzBasic
15 lines
402 B
BlitzBasic
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=145"
|
|
|
|
S = "${WORKDIR}/pace-gui"
|
|
|
|
inherit autotools_stage pkgconfig
|
|
|
|
FILES_${PN} += "${bindir}/* \
|
|
${datadir}/pinpad/*"
|