diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-17 01:05:08 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-17 01:05:08 +0300 |
commit | a25c9b9a4254187fce9d424fa31de0eec35f5ff3 (patch) | |
tree | 0a62ce4f05aaa141fb43fdb488393f8c0cb4eb63 /extra/npth | |
parent | ce3edaad5bfa7b9c0e79f88a41d9faa092c4cb66 (diff) | |
download | repository-a25c9b9a4254187fce9d424fa31de0eec35f5ff3.tar.gz |
move gpg2 toolchain to extra
Diffstat (limited to 'extra/npth')
-rwxr-xr-x | extra/npth/build | 8 | ||||
-rw-r--r-- | extra/npth/checksums | 1 | ||||
-rw-r--r-- | extra/npth/sources | 1 | ||||
-rw-r--r-- | extra/npth/version | 1 |
4 files changed, 11 insertions, 0 deletions
diff --git a/extra/npth/build b/extra/npth/build new file mode 100755 index 00000000..ffd10172 --- /dev/null +++ b/extra/npth/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --enable-static + +make +make DESTDIR="$1" install diff --git a/extra/npth/checksums b/extra/npth/checksums new file mode 100644 index 00000000..22a525bd --- /dev/null +++ b/extra/npth/checksums @@ -0,0 +1 @@ +1393abd9adcf0762d34798dc34fdcf4d0d22a8410721e76f1e3afcd1daa4e2d1 npth-1.6.tar.bz2 diff --git a/extra/npth/sources b/extra/npth/sources new file mode 100644 index 00000000..1ed14146 --- /dev/null +++ b/extra/npth/sources @@ -0,0 +1 @@ +https://gnupg.org/ftp/gcrypt/npth/npth-1.6.tar.bz2 diff --git a/extra/npth/version b/extra/npth/version new file mode 100644 index 00000000..d1ad7a00 --- /dev/null +++ b/extra/npth/version @@ -0,0 +1 @@ +1.6 1 |