From d4d6d04e9b4e23628ed192205a1fc8b3345aa04d Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 16 Dec 2019 22:06:04 +0300 Subject: libassuan: add package to testing --- testing/libassuan/build | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 testing/libassuan/build (limited to 'testing/libassuan/build') 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 -- cgit v1.2.3