aboutsummaryrefslogtreecommitdiff
path: root/extra/p11-kit/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-15 20:46:22 +0300
committerCem Keylan <cem@ckyln.com>2020-01-15 20:46:22 +0300
commit27f985fa06a09fd671b1970c2b6bdc5e1d285073 (patch)
tree0f6f0f6cc0b42619be8ad8bdb9d3cc0cc7a94092 /extra/p11-kit/build
parent2ca39beaac4d9c689638471d57e9824f9f016c1f (diff)
downloadrepository-27f985fa06a09fd671b1970c2b6bdc5e1d285073.tar.gz
p11-kit: add package to extra
Diffstat (limited to 'extra/p11-kit/build')
-rwxr-xr-xextra/p11-kit/build9
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/p11-kit/build b/extra/p11-kit/build
new file mode 100755
index 00000000..2d01af26
--- /dev/null
+++ b/extra/p11-kit/build
@@ -0,0 +1,9 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --with-trust-paths=/etc/pki/anchors
+
+make
+make DESTDIR="$1" install