aboutsummaryrefslogtreecommitdiff
path: root/extra/libbsd/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-04-20 03:06:21 +0300
committerCem Keylan <cem@ckyln.com>2020-04-20 03:06:21 +0300
commit2fb83193e67008f059dc612d360c77a2e8294358 (patch)
tree0768dfec55441d1c5502734551cd6157ee96e693 /extra/libbsd/build
parent897623c9636962e17cc610d29b73a591d2576ae3 (diff)
downloadrepository-2fb83193e67008f059dc612d360c77a2e8294358.tar.gz
libbsd: add new package at 0.10.0 to extra
Diffstat (limited to 'extra/libbsd/build')
-rwxr-xr-xextra/libbsd/build7
1 files changed, 7 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