diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-05-16 13:15:00 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-05-16 13:15:00 +0200 |
commit | 8a325b2af866300353e500e9693fc08991df52b7 (patch) | |
tree | 9edad7622e05f93ad702931a327c779a0a1e996a /package/opensc/Makefile | |
parent | 04d3f4ea9953ed01898d336c4b175273b457394c (diff) |
add preliminary support for my pcmcia smartcard reader
Diffstat (limited to 'package/opensc/Makefile')
-rw-r--r-- | package/opensc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/opensc/Makefile b/package/opensc/Makefile index 702a38751..2cf89050e 100644 --- a/package/opensc/Makefile +++ b/package/opensc/Makefile @@ -4,11 +4,12 @@ include ${TOPDIR}/rules.mk PKG_NAME:= opensc -PKG_VERSION:= 0.11.8 +PKG_VERSION:= 0.11.13 PKG_RELEASE:= 1 -PKG_MD5SUM:= a269b478b18dddb648b9bd930206b5a8 +PKG_MD5SUM:= 98fa151e947941f9c3f27420fdf47c11 PKG_DESCR:= a set of libraries and utilities to access smart cards PKG_SECTION:= crypto +PKG_BUILDDEP+= libtool PKG_URL:= http://www.opensc-project.org/opensc PKG_SITES:= http://www.opensc-project.org/files/opensc/ |