aboutsummaryrefslogtreecommitdiffstats
path: root/libdes/libdes_4.01.oe
blob: 75404ba8c335d0c8885271349c12015c48003bce (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"

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}/
}