Files
vsmartcard/bitbake/vsmartcard/eid-gui.bb
frankmorgner 3c97fec911 - fixed references
- bitbake updated versions


git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@417 96b47cad-a561-4643-ad3b-153ac7d7599c
2011-02-19 07:37:13 +00:00

17 lines
506 B
BlitzBasic

DESCRIPTION = "Simple GUI for entring a PIN and giving it to npa-tool"
LICENSE = "GPL"
AUTHOR = "Dominik Oepen <oepen@informatik.hu-berlin.de>"
DEPENDS = "npa"
RDEPENDS = "npa python-pygtk libglade"
SRC_URI = "svn://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard;module=eID_gui;proto=https;rev=417"
S = "${WORKDIR}/eID_gui"
inherit autotools pkgconfig python-dir
FILES_${PN} += "${bindir}/* \
${datadir}/eid_gui/* \
${PYTHON_SITEPACKAGES_DIR}/eid/*"