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/libassuan | |
parent | ce3edaad5bfa7b9c0e79f88a41d9faa092c4cb66 (diff) | |
download | repository-a25c9b9a4254187fce9d424fa31de0eec35f5ff3.tar.gz |
move gpg2 toolchain to extra
Diffstat (limited to 'extra/libassuan')
-rwxr-xr-x | extra/libassuan/build | 8 | ||||
-rw-r--r-- | extra/libassuan/checksums | 1 | ||||
-rw-r--r-- | extra/libassuan/sources | 1 | ||||
-rw-r--r-- | extra/libassuan/version | 1 |
4 files changed, 11 insertions, 0 deletions
diff --git a/extra/libassuan/build b/extra/libassuan/build new file mode 100755 index 00000000..ffd10172 --- /dev/null +++ b/extra/libassuan/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --enable-static + +make +make DESTDIR="$1" install diff --git a/extra/libassuan/checksums b/extra/libassuan/checksums new file mode 100644 index 00000000..77a608b3 --- /dev/null +++ b/extra/libassuan/checksums @@ -0,0 +1 @@ +91bcb0403866b4e7c4bc1cc52ed4c364a9b5414b3994f718c70303f7f765e702 libassuan-2.5.3.tar.bz2 diff --git a/extra/libassuan/sources b/extra/libassuan/sources new file mode 100644 index 00000000..7c099de7 --- /dev/null +++ b/extra/libassuan/sources @@ -0,0 +1 @@ +https://gnupg.org/ftp/gcrypt/libassuan/libassuan-2.5.3.tar.bz2 diff --git a/extra/libassuan/version b/extra/libassuan/version new file mode 100644 index 00000000..6a63654a --- /dev/null +++ b/extra/libassuan/version @@ -0,0 +1 @@ +2.5.3 1 |