include a summary in documentation and tools
This commit is contained in:
@@ -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