diff options
author | Cem Keylan <cem@ckyln.com> | 2020-04-20 03:06:21 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-04-20 03:06:21 +0300 |
commit | 2fb83193e67008f059dc612d360c77a2e8294358 (patch) | |
tree | 0768dfec55441d1c5502734551cd6157ee96e693 /extra/libbsd | |
parent | 897623c9636962e17cc610d29b73a591d2576ae3 (diff) | |
download | repository-2fb83193e67008f059dc612d360c77a2e8294358.tar.gz |
libbsd: add new package at 0.10.0 to extra
Diffstat (limited to 'extra/libbsd')
-rwxr-xr-x | extra/libbsd/build | 7 | ||||
-rw-r--r-- | extra/libbsd/checksums | 1 | ||||
-rw-r--r-- | extra/libbsd/sources | 1 | ||||
-rw-r--r-- | extra/libbsd/version | 1 |
4 files changed, 10 insertions, 0 deletions
diff --git a/extra/libbsd/build b/extra/libbsd/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/extra/libbsd/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/extra/libbsd/checksums b/extra/libbsd/checksums new file mode 100644 index 00000000..49a05407 --- /dev/null +++ b/extra/libbsd/checksums @@ -0,0 +1 @@ +34b8adc726883d0e85b3118fa13605e179a62b31ba51f676136ecb2d0bc1a887 libbsd-0.10.0.tar.xz diff --git a/extra/libbsd/sources b/extra/libbsd/sources new file mode 100644 index 00000000..988b0d33 --- /dev/null +++ b/extra/libbsd/sources @@ -0,0 +1 @@ +https://libbsd.freedesktop.org/releases/libbsd-0.10.0.tar.xz diff --git a/extra/libbsd/version b/extra/libbsd/version new file mode 100644 index 00000000..9336e4d1 --- /dev/null +++ b/extra/libbsd/version @@ -0,0 +1 @@ +0.10.0 1 |