X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=libs%2Fgpgme%2FMakefile;h=e39722011f39d5a5fe907a9ae74df5a888a17fc8;hb=HEAD;hp=c68075869e8a1a5060fd7776b0cd561018a1e606;hpb=08d70336b2652d787ce94d7e15603862919106f1;p=packages.git diff --git a/libs/gpgme/Makefile b/libs/gpgme/Makefile index c68075869..e39722011 100644 --- a/libs/gpgme/Makefile +++ b/libs/gpgme/Makefile @@ -17,6 +17,8 @@ PKG_MD5SUM:=334e524cffa8af4e2f43ae8afe585672 PKG_INSTALL:=1 +PKG_USE_MIPS16:=0 + include $(INCLUDE_DIR)/package.mk define Package/libgpgme @@ -28,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