libdmx: Add fso-specs to DEPENDS
[openembedded.git] / recipes / libdes / libdes_4.01.bb
blobe724fda1f6746e79ef122d6eb921e0d5516c5810
1 DESCRIPTION = "A DES encryption library"
2 SECTION = "libs"
3 PRIORITY = "optional"
4 LICENSE = "libdes"
5 SRC_URI = "http://www.agentpp.com/libdes-l-${PV}.tar.gz \
6 file://cross-compile.patch;patch=1"
7 S = "${WORKDIR}/libdes"
9 do_compile() {
10 oe_runmake libdes.a
13 do_stage() {
14 oe_libinstall -a libdes ${STAGING_LIBDIR}
15 install -m 0644 ${S}/des.h ${STAGING_INCDIR}/
18 SRC_URI[md5sum] = "6c5b6fff276c3a1171ceb41c6d4b6e34"
19 SRC_URI[sha256sum] = "76866075a54aa04f4f18f2cf09cf19c84dee4ed22c45b741dc4067f5e224430d"