blob: 2e6762e4907958a69d2d728924b0fa0b2966f5e1 [file] [log] [blame]
Andrew Geissler90fd73c2021-03-05 15:25:55 -06001SUMMARY = "Message Digest functions from BSD systems"
2DESCRIPTION = "This library provides message digest functions \
3found on BSD systems either on their libc (NetBSD, OpenBSD) or \
4libmd (FreeBSD, DragonflyBSD, macOS, Solaris) libraries and \
5lacking on others like GNU systems."
6HOMEPAGE = "https://www.hadrons.org/software/libmd/"
7
8LICENSE = "BSD-3-Clause & BSD-2-Clause"
9LIC_FILES_CHKSUM = "file://COPYING;md5=0436d4fb62a71f661d6e8b7812f9e1df"
10
11SRC_URI = "https://archive.hadrons.org/software/libmd/libmd-${PV}.tar.xz"
12SRC_URI[sha256sum] = "5a02097f95cc250a3f1001865e4dbba5f1d15554120f95693c0541923c52af4a"
13
14inherit autotools
15
16BBCLASSEXTEND = "native nativesdk"