diff options
Diffstat (limited to 'package/libp11')
-rw-r--r-- | package/libp11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libp11/Makefile b/package/libp11/Makefile index 09eec9a88..4a256a9b0 100644 --- a/package/libp11/Makefile +++ b/package/libp11/Makefile @@ -7,8 +7,8 @@ PKG_NAME:= libp11 PKG_VERSION:= 0.2.7 PKG_RELEASE:= 2 PKG_MD5SUM:= 564ab53ad7353903ddfdc15b153c44fb -PKG_DESCR:= library implementing a small layer on top of PKCS11 API -PKG_SECTION:= libs +PKG_DESCR:= library implementing a small layer on top of pkcs11 api +PKG_SECTION:= libs/crypto PKG_DEPENDS:= libopenssl libltdl PKG_BUILDDEP:= openssl libtool PKG_URL:= http://www.opensc-project.org/libp11 |