Wrapped DESCRIPTION strings to no more than 70 characters per line.

This commit is contained in:
Mrowqa
2013-12-05 13:21:43 +01:00
parent a59d836c26
commit 039942fc66
2 changed files with 11 additions and 4 deletions

View File

@@ -1,4 +1,9 @@
DESCRIPTION="BeRDP is a project dedicated to bringing the RDP protocol to the BeOS platform utilizing the rdesktop project. RDP is a protocol designed by Microsoft to remotely administer / run a session on Windows 2000/2003 Servers / Windows XP Professional workstations."
DESCRIPTION="
BeRDP is a project dedicated to bringing the RDP protocol to the BeOS
platform utilizing the rdesktop project. RDP is a protocol designed by
Microsoft to remotely administer / run a session on Windows 2000/2003
Servers / Windows XP Professional workstations.
"
SUMMARY="BeRDP is a project dedicated to bringing the RDP protocol to the BeOS"
HOMEPAGE="https://github.com/HaikuArchives/BeRDP/"
SRC_URI="git+https://github.com/HaikuArchives/BeRDP.git#8d73363b567361a5f14bf36173bf68f01260013a"

View File

@@ -1,7 +1,9 @@
DESCRIPTION="
rdesktop is an open source client for Windows Remote Desktop Services, capable of natively speaking
Remote Desktop Protocol (RDP) in order to present the user's Windows desktop. rdesktop is known to
work with Windows versions such as NT 4 Terminal Server, 2000, XP, 2003, 2003 R2, Vista, 2008, 7, and 2008 R2.
rdesktop is an open source client for Windows Remote Desktop Services,
capable of natively speaking Remote Desktop Protocol (RDP) in order to
present the user's Windows desktop. rdesktop is known to work with
Windows versions such as NT 4 Terminal Server, 2000, XP, 2003,
2003 R2, Vista, 2008, 7, and 2008 R2.
"
SUMMARY="An open source client for Windows Remote Desktop Services."
HOMEPAGE="http://rdesktop.org/"