aboutsummaryrefslogtreecommitdiff
path: root/testing/libassuan/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-16 22:06:04 +0300
committerCem Keylan <cem@ckyln.com>2019-12-16 22:06:04 +0300
commitd4d6d04e9b4e23628ed192205a1fc8b3345aa04d (patch)
tree2009f224904e87d0857a8b97e52d1dcb214414fe /testing/libassuan/build
parenta0668a067d82608d3eef748c58ac8f16774031f3 (diff)
downloadrepository-d4d6d04e9b4e23628ed192205a1fc8b3345aa04d.tar.gz
libassuan: add package to testing
Diffstat (limited to 'testing/libassuan/build')
-rwxr-xr-xtesting/libassuan/build8
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/libassuan/build b/testing/libassuan/build
new file mode 100755
index 00000000..ffd10172
--- /dev/null
+++ b/testing/libassuan/build
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --enable-static
+
+make
+make DESTDIR="$1" install