aboutsummaryrefslogtreecommitdiff
path: root/testing/npth/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-16 22:07:11 +0300
committerCem Keylan <cem@ckyln.com>2019-12-16 22:07:11 +0300
commit8f0b0a9f45a8c1a4a9e34ade94682bf953d516ad (patch)
treeab5bc512c3c055410d26bc9608e388774ceecdd7 /testing/npth/build
parent028c052081c8f86207f364a2b900401102e80721 (diff)
downloadrepository-8f0b0a9f45a8c1a4a9e34ade94682bf953d516ad.tar.gz
npth: add package to testing
Diffstat (limited to 'testing/npth/build')
-rwxr-xr-xtesting/npth/build8
1 files changed, 8 insertions, 0 deletions
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