diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-16 00:05:27 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-16 00:05:27 +0100 |
commit | 156edaba0e7190ec7fe8e7f68a2b9f5f41fb2467 (patch) | |
tree | f31ddab024b9b5c306a478fe200d88a97a82e139 /package | |
parent | c5ddc1d3d64bc57576f4c52bd54d220883ebd58a (diff) |
add smartcard profiles to package
Diffstat (limited to 'package')
-rw-r--r-- | package/opensc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package/opensc/Makefile b/package/opensc/Makefile index 24d89aa2a..7191dc53b 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:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= 98fa151e947941f9c3f27420fdf47c11 PKG_DESCR:= utilities to access smart cards PKG_SECTION:= crypto @@ -38,6 +38,9 @@ SUB_INSTALLS-${ADK_PACKAGE_LIBOPENSC_DEV}+= libopensc-dev-install post-install: ${SUB_INSTALLS-m} ${SUB_INSTALLS-y} ${INSTALL_DIR} ${IDIR_OPENSC}/usr/bin + ${INSTALL_DIR} ${IDIR_OPENSC}/usr/share/opensc + ${INSTALL_DATA} ${WRKINST}/usr/share/opensc/* \ + ${IDIR_OPENSC}/usr/share/opensc ${INSTALL_BIN} ${WRKINST}/usr/bin/opensc-explorer \ ${IDIR_OPENSC}/usr/bin ${INSTALL_BIN} ${WRKINST}/usr/bin/opensc-tool \ |