diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-19 18:24:27 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-19 18:24:27 +0100 |
| commit | d787c28412cfd2bef52eb51bce33671caa6a8da2 (patch) | |
| tree | 7561b173bff5a9d7a465694482b7f4455bafa028 /package/opensc/Makefile | |
| parent | 902ee7e7b23751ca7a8264d36a837aa4aae12032 (diff) | |
remove autoreconf from package build, add a pregenerated patch
Diffstat (limited to 'package/opensc/Makefile')
| -rw-r--r-- | package/opensc/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/package/opensc/Makefile b/package/opensc/Makefile index 88a85939e..4957b9fe4 100644 --- a/package/opensc/Makefile +++ b/package/opensc/Makefile @@ -5,11 +5,12 @@ include ${TOPDIR}/rules.mk PKG_NAME:= opensc PKG_VERSION:= 0.11.13 -PKG_RELEASE:= 2 +PKG_RELEASE:= 3 PKG_MD5SUM:= 98fa151e947941f9c3f27420fdf47c11 PKG_DESCR:= utilities to access smart cards PKG_SECTION:= crypto -PKG_DEPENDS:= libopensc +PKG_BUILDDEP:= openct pcsc-lite openssl +PKG_DEPENDS:= libopensc libopenct pcsc-lite libopenssl PKG_URL:= http://www.opensc-project.org/opensc/ PKG_SITES:= http://www.opensc-project.org/files/opensc/ @@ -32,9 +33,6 @@ CONFIGURE_ARGS+= --disable-man \ --enable-pcsc \ --enable-openct -post-extract: - cd ${WRKBUILD} && autoreconf -vif - post-install: ${INSTALL_DIR} ${IDIR_OPENSC}/usr/bin ${INSTALL_DIR} ${IDIR_OPENSC}/usr/share/opensc |
