commit 2fb83193e67008f059dc612d360c77a2e8294358 parent 897623c9636962e17cc610d29b73a591d2576ae3 Author: Cem Keylan <cem@ckyln.com> Date: Mon, 20 Apr 2020 03:06:21 +0300 libbsd: add new package at 0.10.0 to extra Diffstat:
A | extra/libbsd/build | | | 7 | +++++++ |
A | extra/libbsd/checksums | | | 1 | + |
A | extra/libbsd/sources | | | 1 | + |
A | extra/libbsd/version | | | 1 | + |
4 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/extra/libbsd/build 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 @@ -0,0 +1 @@ +34b8adc726883d0e85b3118fa13605e179a62b31ba51f676136ecb2d0bc1a887 libbsd-0.10.0.tar.xz diff --git a/extra/libbsd/sources 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 @@ -0,0 +1 @@ +0.10.0 1