| 12345678910111213141516171819202122232425262728293031 | # $Id$#-# This file is part of the OpenADK project. OpenADK is copyrighted# material, please see the LICENCE file in the top-level directory.include ${TOPDIR}/rules.mkPKG_NAME:=		openssl-pkcs11PKG_VERSION:=		0.1.3PKG_RELEASE:=		1PKG_MD5SUM:=		26eb84950a10b7d869e41a50620ebf09DISTFILES:=		engine_pkcs11-${PKG_VERSION}.tar.gzMASTER_SITES:=		http://www.opensc-project.org/files/engine_pkcs11/WRKDIST=		${WRKDIR}/engine_pkcs11-${PKG_VERSION}include ${TOPDIR}/mk/package.mk$(eval $(call PKG_template,OPENSSL_PKCS11,openssl-pkcs11,${PKG_VERSION}-${PKG_RELEASE}))CONFIGURE_STYLE:=	gnuCONFIGURE_ENV+=		cross_compiling=yesCONFIGURE_ARGS+=	--with-openssl="${STAGING_DIR}/usr"BUILD_STYLE:=		autoINSTALL_STYLE:=		autopost-install:	${INSTALL_DIR} ${IDIR_OPENSSL_PKCS11}/usr/lib/engines	${INSTALL_DATA} ${WRKINST}/usr/lib/engines/engine_pkcs11.so \		${IDIR_OPENSSL_PKCS11}/usr/lib/enginesinclude ${TOPDIR}/mk/pkg-bottom.mk
 |