diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-16 22:06:04 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-16 22:06:04 +0300 |
commit | d4d6d04e9b4e23628ed192205a1fc8b3345aa04d (patch) | |
tree | 2009f224904e87d0857a8b97e52d1dcb214414fe /testing/libassuan/build | |
parent | a0668a067d82608d3eef748c58ac8f16774031f3 (diff) | |
download | repository-d4d6d04e9b4e23628ed192205a1fc8b3345aa04d.tar.gz |
libassuan: add package to testing
Diffstat (limited to 'testing/libassuan/build')
-rwxr-xr-x | testing/libassuan/build | 8 |
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 |