From 3a4ca9ae2e68658b2e4270650707cc4b1586ee75 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 2 Nov 2022 15:45:42 +0100 Subject: [PATCH] libmd: Add version 1.0.4 [Description][1]: > This library provides message digest functions found on BSD systems > either on their libc (NetBSD, OpenBSD) or libmd (FreeBSD, DragonflyBSD, > macOS, Solaris) libraries and lacking on others like GNU systems. Needed for dpkg-dev: checking for md5.h... no configure: error: in `/scratch/local2/dpkg': configure: error: md5 digest functions not found From `config.log`: configure:20712: checking md5.h usability configure:20712: gcc -c -g -O2 conftest.c >&5 conftest.c:72:10: fatal error: md5.h: No such file or directory 72 | #include | ^~~~~~~ compilation terminated. --- libmd.be0 | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100755 libmd.be0 diff --git a/libmd.be0 b/libmd.be0 new file mode 100755 index 000000000..85842df2d --- /dev/null +++ b/libmd.be0 @@ -0,0 +1,38 @@ +#!/usr/bin/env beesh + +# BEE_VERSION libmd-1.0.4-0 + +# https://www.hadrons.org/software/libmd/ + +#SRCURL[0]="https://archive.hadrons.org/software/libmd/libmd-1.0.4.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/e8e955f8d53d2c9306b07c90ff6ae395/libmd-1.0.4.tar.xz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + +#mee_install_post() { +# exit +#}