diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
commit | 03423e0583057cbe5a16f8439183e2dbc0e8dd7c (patch) | |
tree | 81fe3ba69d94146f83fb5541d1fb2da0ac4eac08 /extra/gnupg1 | |
download | repository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz |
secondary commit
Diffstat (limited to 'extra/gnupg1')
-rwxr-xr-x | extra/gnupg1/build | 9 | ||||
-rw-r--r-- | extra/gnupg1/checksums | 1 | ||||
-rw-r--r-- | extra/gnupg1/depends | 4 | ||||
-rw-r--r-- | extra/gnupg1/sources | 1 | ||||
-rw-r--r-- | extra/gnupg1/version | 1 |
5 files changed, 16 insertions, 0 deletions
diff --git a/extra/gnupg1/build b/extra/gnupg1/build new file mode 100755 index 00000000..2f29dbb8 --- /dev/null +++ b/extra/gnupg1/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --enable-noexecstack + +make +make DESTDIR="$1" install diff --git a/extra/gnupg1/checksums b/extra/gnupg1/checksums new file mode 100644 index 00000000..e7ce497c --- /dev/null +++ b/extra/gnupg1/checksums @@ -0,0 +1 @@ +c9462f17e651b6507848c08c430c791287cd75491f8b5a8b50c6ed46b12678ba gnupg-1.4.23.tar.bz2 diff --git a/extra/gnupg1/depends b/extra/gnupg1/depends new file mode 100644 index 00000000..82362fae --- /dev/null +++ b/extra/gnupg1/depends @@ -0,0 +1,4 @@ +bzip2 +curl +libressl +zlib diff --git a/extra/gnupg1/sources b/extra/gnupg1/sources new file mode 100644 index 00000000..40bad2e7 --- /dev/null +++ b/extra/gnupg1/sources @@ -0,0 +1 @@ +https://gnupg.org/ftp/gcrypt/gnupg/gnupg-1.4.23.tar.bz2 diff --git a/extra/gnupg1/version b/extra/gnupg1/version new file mode 100644 index 00000000..53ea88f3 --- /dev/null +++ b/extra/gnupg1/version @@ -0,0 +1 @@ +1.4.23 1 |