summaryrefslogtreecommitdiff
path: root/package/opensc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-07-28 17:06:44 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-07-28 17:06:44 +0200
commitf22fcb9264ec8141c412fae5cf4c320a5eba3d10 (patch)
treec82d1bb123da7ca745a404c078cfd87bf0e4b498 /package/opensc
parent73e97e5a40cbd961b9be9deea0510a1c096f2e43 (diff)
add pkcs15-crypt to installed binaries,required for cryptinit
Diffstat (limited to 'package/opensc')
-rw-r--r--package/opensc/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/package/opensc/Makefile b/package/opensc/Makefile
index 0221fbe25..e0440eece 100644
--- a/package/opensc/Makefile
+++ b/package/opensc/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= opensc
PKG_VERSION:= 0.11.13
-PKG_RELEASE:= 3
+PKG_RELEASE:= 4
PKG_MD5SUM:= 98fa151e947941f9c3f27420fdf47c11
PKG_DESCR:= utilities to access smart cards
PKG_SECTION:= crypto
@@ -46,6 +46,10 @@ post-install:
${IDIR_OPENSC}/usr/bin
${INSTALL_BIN} ${WRKINST}/usr/bin/pkcs15-tool \
${IDIR_OPENSC}/usr/bin
+ ${INSTALL_BIN} ${WRKINST}/usr/bin/pkcs15-crypt \
+ ${IDIR_OPENSC}/usr/bin
+
+libopensc-install:
${INSTALL_DIR} ${IDIR_LIBOPENSC}/usr/lib
${CP} ${WRKINST}/usr/lib/libopensc.so* \
${IDIR_LIBOPENSC}/usr/lib