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/libgpg-error | |
parent | ce3edaad5bfa7b9c0e79f88a41d9faa092c4cb66 (diff) | |
download | repository-a25c9b9a4254187fce9d424fa31de0eec35f5ff3.tar.gz |
move gpg2 toolchain to extra
Diffstat (limited to 'extra/libgpg-error')
-rwxr-xr-x | extra/libgpg-error/build | 8 | ||||
-rw-r--r-- | extra/libgpg-error/checksums | 1 | ||||
-rw-r--r-- | extra/libgpg-error/sources | 1 | ||||
-rw-r--r-- | extra/libgpg-error/version | 1 |
4 files changed, 11 insertions, 0 deletions
diff --git a/extra/libgpg-error/build b/extra/libgpg-error/build new file mode 100755 index 00000000..996cc653 --- /dev/null +++ b/extra/libgpg-error/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --disable-nls \ + --enable-shared +make +make DESTDIR="$1" install diff --git a/extra/libgpg-error/checksums b/extra/libgpg-error/checksums new file mode 100644 index 00000000..6e8c9726 --- /dev/null +++ b/extra/libgpg-error/checksums @@ -0,0 +1 @@ +babd98437208c163175c29453f8681094bcaf92968a15cafb1a276076b33c97c libgpg-error-1.36.tar.bz2 diff --git a/extra/libgpg-error/sources b/extra/libgpg-error/sources new file mode 100644 index 00000000..d3d97582 --- /dev/null +++ b/extra/libgpg-error/sources @@ -0,0 +1 @@ +https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.36.tar.bz2 diff --git a/extra/libgpg-error/version b/extra/libgpg-error/version new file mode 100644 index 00000000..54adca27 --- /dev/null +++ b/extra/libgpg-error/version @@ -0,0 +1 @@ +1.36 1 |