diff options
author | Cem Keylan <cem@ckyln.com> | 2022-05-30 17:10:52 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-05-30 17:10:52 +0200 |
commit | e96f18616d4a486ae618d68610fbc55008b56811 (patch) | |
tree | 5e33e37fbb503285a0b1dbaa980a98af7bbd7296 /extra/libmd | |
parent | 2ac4445b55be6fb0330ce969dd2281b13a0d337b (diff) | |
download | repository-e96f18616d4a486ae618d68610fbc55008b56811.tar.gz |
libmd: add new package at 1.0.4
Diffstat (limited to 'extra/libmd')
-rwxr-xr-x | extra/libmd/build | 9 | ||||
-rw-r--r-- | extra/libmd/checksums | 2 | ||||
-rw-r--r-- | extra/libmd/sources | 1 | ||||
-rw-r--r-- | extra/libmd/version | 1 |
4 files changed, 13 insertions, 0 deletions
diff --git a/extra/libmd/build b/extra/libmd/build new file mode 100755 index 00000000..d20ffb27 --- /dev/null +++ b/extra/libmd/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +# The default include directory messes with otools +./configure \ + --prefix=/usr \ + --includedir=/usr/include/md + +make +make DESTDIR="$1" install diff --git a/extra/libmd/checksums b/extra/libmd/checksums new file mode 100644 index 00000000..b59dfaeb --- /dev/null +++ b/extra/libmd/checksums @@ -0,0 +1,2 @@ +%BLAKE3 +59ca1607c53b58fc06a0f938005504b29b3ce052e4c0610295b7a6d99169db26 libmd-1.0.4.tar.xz diff --git a/extra/libmd/sources b/extra/libmd/sources new file mode 100644 index 00000000..a5d8fb17 --- /dev/null +++ b/extra/libmd/sources @@ -0,0 +1 @@ +https://libbsd.freedesktop.org/releases/libmd-1.0.4.tar.xz diff --git a/extra/libmd/version b/extra/libmd/version new file mode 100644 index 00000000..b4b1ce2a --- /dev/null +++ b/extra/libmd/version @@ -0,0 +1 @@ +1.0.4 1 |