Files
vsmartcard/bitbake/pace-gui.bb
oepen a1fdced1f5 -Fixed pace-gui.desktop.in so it works on the OpenMoko as well
-Bumped svn revision in pace-gui.bb


git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@145 96b47cad-a561-4643-ad3b-153ac7d7599c
2010-06-10 09:44:41 +00:00

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