include a summary in documentation and tools
This commit is contained in:
@@ -113,6 +113,10 @@ AM_CONDITIONAL(WITH_PACE, test "${WITH_PACE}" = "yes")
|
||||
AM_COND_IF(WITH_PACE, [AC_DEFINE(WITH_PACE, 1, [enable PACE support])])
|
||||
|
||||
|
||||
PACKAGE_SUMMARY="Emulate a USB CCID compliant smart card reader"
|
||||
AC_SUBST(PACKAGE_SUMMARY)
|
||||
|
||||
|
||||
# Checks for header files.
|
||||
AC_CHECK_HEADERS([arpa/inet.h fcntl.h memory.h stdint.h stdlib.h string.h sys/ioctl.h unistd.h])
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@ do_subst = $(SED) \
|
||||
-e 's,[@]PACKAGE_TARNAME[@],$(PACKAGE_TARNAME),g' \
|
||||
-e 's,[@]PACKAGE_BUGREPORT[@],$(PACKAGE_BUGREPORT),g' \
|
||||
-e 's,[@]PACKAGE_URL[@],$(PACKAGE_URL),g' \
|
||||
-e 's,[@]PACKAGE_SUMMARY[@],$(PACKAGE_SUMMARY),g' \
|
||||
-e 's,[@]PACKAGE_VERSION[@],$(PACKAGE_VERSION),g' \
|
||||
-e 's,[@]RECOMMENDED_CONF_OPTS[@],,g' \
|
||||
-e 's,[@]builddir[@],$(builddir),g' \
|
||||
|
||||
@@ -9,12 +9,16 @@
|
||||
USB CCID Emulator
|
||||
################################################################################
|
||||
|
||||
:Author:
|
||||
`Frank Morgner <morgner@informatik.hu-berlin.de>`_
|
||||
:License:
|
||||
GPL version 3
|
||||
:Tested Platforms:
|
||||
Linux (Debian, Ubuntu, OpenMoko)
|
||||
.. sidebar:: Summary
|
||||
|
||||
Emulate a USB CCID compliant smart card reader
|
||||
|
||||
:Author:
|
||||
`Frank Morgner <morgner@informatik.hu-berlin.de>`_
|
||||
:License:
|
||||
GPL version 3
|
||||
:Tested Platforms:
|
||||
Linux (Debian, Ubuntu, OpenMoko)
|
||||
|
||||
The USB CCID Emulator forwards a locally present PC/SC smart card reader as a
|
||||
standard USB CCID reader. USB CCID Emulator can be used as trusted intermediary
|
||||
|
||||
@@ -9,12 +9,16 @@
|
||||
@PACKAGE_NAME@
|
||||
################################################################################
|
||||
|
||||
:Author:
|
||||
`Frank Morgner <morgner@informatik.hu-berlin.de>`_
|
||||
:License:
|
||||
GPL version 3
|
||||
:Tested Platforms:
|
||||
Linux (Debian, Ubuntu, OpenMoko)
|
||||
.. sidebar:: Summary
|
||||
|
||||
@PACKAGE_SUMMARY@
|
||||
|
||||
:Author:
|
||||
`Frank Morgner <morgner@informatik.hu-berlin.de>`_
|
||||
:License:
|
||||
GPL version 3
|
||||
:Tested Platforms:
|
||||
Linux (Debian, Ubuntu, OpenMoko)
|
||||
|
||||
The @PACKAGE_NAME@ forwards a locally present PC/SC smart card reader as a
|
||||
standard USB CCID reader. @PACKAGE_NAME@ can be used as trusted intermediary
|
||||
|
||||
@@ -4,6 +4,7 @@ do_subst = $(SED) \
|
||||
-e 's,[@]PACKAGE_TARNAME[@],$(PACKAGE_TARNAME),g' \
|
||||
-e 's,[@]PACKAGE_BUGREPORT[@],$(PACKAGE_BUGREPORT),g' \
|
||||
-e 's,[@]PACKAGE_URL[@],$(PACKAGE_URL),g' \
|
||||
-e 's,[@]PACKAGE_SUMMARY[@],$(PACKAGE_SUMMARY),g' \
|
||||
-e 's,[@]PACKAGE_VERSION[@],$(PACKAGE_VERSION),g'
|
||||
|
||||
BUILT_SOURCES = cmdline.h cmdline.c
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
purpose "Access the German electronic identity card (neuer Personalausweis, nPA)"
|
||||
purpose "@PACKAGE_SUMMARY@"
|
||||
|
||||
option "info" i
|
||||
"Print available readers and drivers."
|
||||
|
||||
Reference in New Issue
Block a user