matrix-gui-common: make versioned recipes
[openembedded.git] / recipes / libdes / libdes_4.01.bb
blobfc75cc0c447d6734f39fb316443ed4385d3a0010
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"
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"