Skip to content

Commit

Permalink
libmd: Add version 1.0.4
Browse files Browse the repository at this point in the history
[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 <md5.h>
          |          ^~~~~~~
    compilation terminated.
  • Loading branch information
pmenzel committed Nov 2, 2022
1 parent 6913f12 commit 3a4ca9a
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions libmd.be0
Original file line number Diff line number Diff line change
@@ -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
#}

0 comments on commit 3a4ca9a

Please sign in to comment.