diff options
Diffstat (limited to 'testing/npth')
-rwxr-xr-x | testing/npth/build | 8 | ||||
-rw-r--r-- | testing/npth/checksums | 1 | ||||
-rw-r--r-- | testing/npth/sources | 1 | ||||
-rw-r--r-- | testing/npth/version | 1 |
4 files changed, 11 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 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 |