From 8f0b0a9f45a8c1a4a9e34ade94682bf953d516ad Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 16 Dec 2019 22:07:11 +0300 Subject: npth: add package to testing --- testing/npth/build | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 testing/npth/build (limited to 'testing/npth/build') diff --git a/testing/npth/build b/testing/npth/build new file mode 100755 index 00000000..ffd10172 --- /dev/null +++ b/testing/npth/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --enable-static + +make +make DESTDIR="$1" install -- cgit v1.2.3