diff options
Diffstat (limited to 'meta/recipes-support')
| -rw-r--r-- | meta/recipes-support/libmd/libmd_1.0.3.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-support/libmd/libmd_1.0.3.bb b/meta/recipes-support/libmd/libmd_1.0.3.bb new file mode 100644 index 0000000000..2e6762e490 --- /dev/null +++ b/meta/recipes-support/libmd/libmd_1.0.3.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 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" | ||
| 12 | SRC_URI[sha256sum] = "5a02097f95cc250a3f1001865e4dbba5f1d15554120f95693c0541923c52af4a" | ||
| 13 | |||
| 14 | inherit autotools | ||
| 15 | |||
| 16 | BBCLASSEXTEND = "native nativesdk" | ||
