From d787c28412cfd2bef52eb51bce33671caa6a8da2 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 19 Jan 2011 18:24:27 +0100 Subject: remove autoreconf from package build, add a pregenerated patch --- package/opensc/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'package/opensc/Makefile') 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 -- cgit v1.2.3