include a summary in documentation and tools
This commit is contained in:
@@ -78,6 +78,11 @@ AC_ARG_ENABLE(piccdev,
|
||||
[piccdev="${enableval}"], [piccdev="/dev/ttyACM0"])
|
||||
AC_DEFINE_UNQUOTED(PICCDEV, "${piccdev}", [OpenPICC character device])
|
||||
|
||||
|
||||
PACKAGE_SUMMARY="Relay a smart card to a contactless interface"
|
||||
AC_SUBST(PACKAGE_SUMMARY)
|
||||
|
||||
|
||||
# Checks for header files.
|
||||
AC_CHECK_HEADERS([fcntl.h stdint.h stdlib.h string.h unistd.h termios.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' \
|
||||
|
||||
@@ -6,16 +6,18 @@
|
||||
PC/SC Relay
|
||||
################################################################################
|
||||
|
||||
:Authors:
|
||||
- `Frank Morgner <morgner@informatik.hu-berlin.de>`_
|
||||
- `Dominik Oepen <oepen@informatik.hu-berlin.de>`_
|
||||
:License:
|
||||
GPL version 3
|
||||
:Tested Platforms:
|
||||
- Windows
|
||||
- Linux (Debian, Ubuntu, OpenMoko)
|
||||
:Potential Platforms:
|
||||
Unix-like operating systems (Mac OS, Solaris, BSD, ...)
|
||||
.. sidebar:: Summary
|
||||
|
||||
Relay a smart card to a contactless interface
|
||||
|
||||
:Authors:
|
||||
- `Frank Morgner <morgner@informatik.hu-berlin.de>`_
|
||||
- `Dominik Oepen <oepen@informatik.hu-berlin.de>`_
|
||||
:License:
|
||||
GPL version 3
|
||||
:Tested Platforms:
|
||||
- Windows
|
||||
- Linux (Debian, Ubuntu, OpenMoko)
|
||||
|
||||
Welcome to PC/SC Relay. The purpose of PC/SC Relay is to relay a smart
|
||||
card using an contact-less interface. Currently the following contact-less
|
||||
|
||||
@@ -6,16 +6,18 @@
|
||||
@PACKAGE_NAME@
|
||||
################################################################################
|
||||
|
||||
:Authors:
|
||||
- `Frank Morgner <morgner@informatik.hu-berlin.de>`_
|
||||
- `Dominik Oepen <oepen@informatik.hu-berlin.de>`_
|
||||
:License:
|
||||
GPL version 3
|
||||
:Tested Platforms:
|
||||
- Windows
|
||||
- Linux (Debian, Ubuntu, OpenMoko)
|
||||
:Potential Platforms:
|
||||
Unix-like operating systems (Mac OS, Solaris, BSD, ...)
|
||||
.. sidebar:: Summary
|
||||
|
||||
@PACKAGE_SUMMARY@
|
||||
|
||||
:Authors:
|
||||
- `Frank Morgner <morgner@informatik.hu-berlin.de>`_
|
||||
- `Dominik Oepen <oepen@informatik.hu-berlin.de>`_
|
||||
:License:
|
||||
GPL version 3
|
||||
:Tested Platforms:
|
||||
- Windows
|
||||
- Linux (Debian, Ubuntu, OpenMoko)
|
||||
|
||||
Welcome to @PACKAGE_NAME@. The purpose of @PACKAGE_NAME@ is to relay a smart
|
||||
card using an contact-less interface. Currently the following contact-less
|
||||
|
||||
@@ -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 "Emulate a contact-less smart card"
|
||||
purpose "@PACKAGE_SUMMARY@"
|
||||
description "Using an contact-less interface (currently OpenPICC or libnfc) @PACKAGE@ receives command APDUs which are forwared to an existing smart card via PC/SC. @PACKAGE@ sends the response APDU back to the contact-less interface."
|
||||
|
||||
option "emulator" e
|
||||
|
||||
Reference in New Issue
Block a user