diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-16 22:07:11 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-16 22:07:11 +0300 |
commit | 8f0b0a9f45a8c1a4a9e34ade94682bf953d516ad (patch) | |
tree | ab5bc512c3c055410d26bc9608e388774ceecdd7 | |
parent | 028c052081c8f86207f364a2b900401102e80721 (diff) | |
download | repository-8f0b0a9f45a8c1a4a9e34ade94682bf953d516ad.tar.gz |
npth: add package to testing
-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 |