Andrew Geissler | eff2747 | 2021-10-29 15:35:00 -0500 | [diff] [blame] | 1 | SUMMARY = "Message Digest functions from BSD systems" |
| 2 | DESCRIPTION = "This library provides message digest functions \ |
| 3 | found on BSD systems either on their libc (NetBSD, OpenBSD) or \ |
| 4 | libmd (FreeBSD, DragonflyBSD, macOS, Solaris) libraries and \ |
| 5 | lacking on others like GNU systems." |
| 6 | HOMEPAGE = "https://www.hadrons.org/software/libmd/" |
| 7 | |
| 8 | LICENSE = "BSD-3-Clause & BSD-2-Clause" |
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=0436d4fb62a71f661d6e8b7812f9e1df" |
| 10 | |
| 11 | SRC_URI = "https://archive.hadrons.org/software/libmd/libmd-${PV}.tar.xz" |
Andrew Geissler | 8f84068 | 2023-07-21 09:09:43 -0500 | [diff] [blame] | 12 | SRC_URI[sha256sum] = "1bd6aa42275313af3141c7cf2e5b964e8b1fd488025caf2f971f43b00776b332" |
Andrew Geissler | eff2747 | 2021-10-29 15:35:00 -0500 | [diff] [blame] | 13 | |
| 14 | inherit autotools |
| 15 | |
| 16 | BBCLASSEXTEND = "native nativesdk" |