commit 8f0b0a9f45a8c1a4a9e34ade94682bf953d516ad parent 028c052081c8f86207f364a2b900401102e80721 Author: Cem Keylan <cem@ckyln.com> Date: Mon, 16 Dec 2019 22:07:11 +0300 npth: add package to testing Diffstat:
A | testing/npth/build | | | 8 | ++++++++ |
A | testing/npth/checksums | | | 1 | + |
A | testing/npth/sources | | | 1 | + |
A | testing/npth/version | | | 1 | + |
4 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/testing/npth/build b/testing/npth/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --enable-static + +make +make DESTDIR="$1" install diff --git a/testing/npth/checksums b/testing/npth/checksums @@ -0,0 +1 @@ +1393abd9adcf0762d34798dc34fdcf4d0d22a8410721e76f1e3afcd1daa4e2d1 npth-1.6.tar.bz2 diff --git a/testing/npth/sources b/testing/npth/sources @@ -0,0 +1 @@ +https://gnupg.org/ftp/gcrypt/npth/npth-1.6.tar.bz2 diff --git a/testing/npth/version b/testing/npth/version @@ -0,0 +1 @@ +1.6 1