#Packager: Frédéric Galusik pkgname=engine_pkcs11 pkgver=0.1.8 pkgrel=1fg #arch=noarch source=(http://www.opensc-project.org/files/$pkgname/$pkgname-$pkgver.tar.gz) sourcetemplate=http://people.salixos.org/fredg/packages/$pkgname/$pkgver docs=("news") url=http://www.opensc-project.org/opensc/wiki/engine_pkcs11 slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "engine_pkcs11 (Implementation of a PKCS11 engine for OpenSSL)" "Engine_pkcs11 is an implementation of OpenSSL engine interface. " "It can be loaded using code, config file or command line and will pass" "some OpenSSL functions to a PKCS#11 module. engine_pkcs11 is meant to " "be used with PKCS#11 hardware drivers, such as OpenSC. Currently only" "RSA with PKCS#1 padding (CKM_RSA_PKCS) is supported (GetInvolved and" "improve it!)." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --mandir=/usr/man \ --docdir=/usr/doc/$pkgname-$pkgver \ --enable-static=no \ --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }