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 ++++++++ testing/npth/checksums | 1 + testing/npth/sources | 1 + testing/npth/version | 1 + 4 files changed, 11 insertions(+) create mode 100755 testing/npth/build create mode 100644 testing/npth/checksums create mode 100644 testing/npth/sources create mode 100644 testing/npth/version (limited to 'testing') 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 diff --git a/testing/npth/checksums b/testing/npth/checksums new file mode 100644 index 00000000..22a525bd --- /dev/null +++ b/testing/npth/checksums @@ -0,0 +1 @@ +1393abd9adcf0762d34798dc34fdcf4d0d22a8410721e76f1e3afcd1daa4e2d1 npth-1.6.tar.bz2 diff --git a/testing/npth/sources b/testing/npth/sources new file mode 100644 index 00000000..1ed14146 --- /dev/null +++ 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 new file mode 100644 index 00000000..d1ad7a00 --- /dev/null +++ b/testing/npth/version @@ -0,0 +1 @@ +1.6 1 -- cgit v1.2.3