aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libdes/libdes_4.01.bb
blob: fc75cc0c447d6734f39fb316443ed4385d3a0010 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "A DES encryption library"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "libdes"
SRC_URI = "http://www.agentpp.com/libdes-l-${PV}.tar.gz \
           file://cross-compile.patch"
S = "${WORKDIR}/libdes"

do_compile() {
	oe_runmake libdes.a
}

do_stage() {
	oe_libinstall -a libdes ${STAGING_LIBDIR}
	install -m 0644 ${S}/des.h ${STAGING_INCDIR}/
}

SRC_URI[md5sum] = "6c5b6fff276c3a1171ceb41c6d4b6e34"
SRC_URI[sha256sum] = "76866075a54aa04f4f18f2cf09cf19c84dee4ed22c45b741dc4067f5e224430d"