packages/gpgme: fix whitespaces
authorGabor Juhos <juhosg@openwrt.org>
Thu, 27 Mar 2014 07:03:44 +0000 (07:03 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Thu, 27 Mar 2014 07:03:44 +0000 (07:03 +0000)
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40096

libs/gpgme/Makefile

index 76db1d602e4a91a2c08b6880ebffdaded0cfc93d..e39722011f39d5a5fe907a9ae74df5a888a17fc8 100644 (file)
@@ -30,10 +30,10 @@ define Package/libgpgme
 endef
 
 define Package/libgpgme/description
-  GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for 
-  applications. It provides a High-Level Crypto API for encryption, decryption, signing, 
-  signature verification and key management. Currently it uses GnuPG as its backend but 
-  the API isn't restricted to this engine; in fact we have already developed a backend 
+  GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for
+  applications. It provides a High-Level Crypto API for encryption, decryption, signing,
+  signature verification and key management. Currently it uses GnuPG as its backend but
+  the API isn't restricted to this engine; in fact we have already developed a backend
   for CMS (S/MIME).
 endef