blob: d97bfc689857c2f2743dd0cdbf0173f64df121e7 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "Library for using PKCS"
2DESCRIPTION = "\
3Libp11 is a library implementing a small layer on top of PKCS \
4make using PKCS"
5HOMEPAGE = "http://www.opensc-project.org/libp11"
6SECTION = "Development/Libraries"
7LICENSE = "LGPLv2+"
8LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29"
9DEPENDS = "libtool openssl"
10
11SRC_URI = "git://github.com/OpenSC/libp11.git;protocol=http"
12SRCREV = "6f71240991aa831f6fc2cc5431faf6ebec627ed2"
13
14S = "${WORKDIR}/git"
15
16inherit autotools pkgconfig
17
18EXTRA_OECONF = "--disable-static"
19
20do_install_append () {
21 rm -rf ${D}${libdir}/*.la
22 rm -rf ${D}${docdir}/${BPN}
23}