Files
Qian Lei 1e9d3afe66 libp11: Add new recipe
libp11 is a library implementing a small layer on top of PKCS
make using PKCS

Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-17 12:55:40 +01:00

24 lines
612 B
BlitzBasic

SUMMARY = "Library for using PKCS"
DESCRIPTION = "\
Libp11 is a library implementing a small layer on top of PKCS \
make using PKCS"
HOMEPAGE = "http://www.opensc-project.org/libp11"
SECTION = "Development/Libraries"
LICENSE = "LGPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29"
DEPENDS = "libtool openssl"
SRC_URI = "git://github.com/OpenSC/libp11.git"
SRCREV = "7d56d89fcad6440d108bbbccfb1ebd958e7eb740"
S = "${WORKDIR}/git"
inherit autotools pkgconfig
EXTRA_OECONF = "--disable-static"
do_install_append () {
rm -rf ${D}${libdir}/*.la
rm -rf ${D}${docdir}/${BPN}
}