[packages] tcpser: fix spaces

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32268 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
luka 2012-06-12 20:33:20 +00:00
parent 52ef70aad8
commit 8f20f16540

View File

@ -20,21 +20,21 @@ PKG_MD5SUM:=e712ae9fe6893bc825026b6dee6da9c0
include $(INCLUDE_DIR)/package.mk
define Package/tcpser
SECTION:=utils
CATEGORY:=Utilities
TITLE:=Hayes compatible modem emulator
URL:=http://www.jbrain.com/pub/linux/serial/
DEPENDS:=libpthread
SECTION:=utils
CATEGORY:=Utilities
TITLE:=Hayes compatible modem emulator
URL:=http://www.jbrain.com/pub/linux/serial/
DEPENDS:=libpthread
endef
define Package/tcpser/description
TCPSER turns a PC serial port into an emulated Hayes compatible modem
that uses TCP/IP for incoming and outgoing connections. It can be used
to allow older applications and systems designed for modem use
to operate on the Internet. TCPSER supports all standard Hayes commands,
and understands extended and vendor proprietary commands (though it does
not implement many of them). TCPSER can be used for both inbound and
outbound connections.
TCPSER turns a PC serial port into an emulated Hayes compatible modem
that uses TCP/IP for incoming and outgoing connections. It can be used
to allow older applications and systems designed for modem use
to operate on the Internet. TCPSER supports all standard Hayes commands,
and understands extended and vendor proprietary commands (though it does
not implement many of them). TCPSER can be used for both inbound and
outbound connections.
endef
define Build/Prepare