aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libdes/libdes_4.01.bb
blob: 4e81ff9fb69e7ffd8cd11a7ccd2dfc930926dfc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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;patch=1"
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}/
}