2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

extra: added gnupg1

This commit is contained in:
Dylan Araps 2019-10-02 18:22:16 +03:00
parent 205deac4e9
commit de88be1812
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
5 changed files with 17 additions and 0 deletions

10
extra/gnupg1/build Executable file
View File

@ -0,0 +1,10 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--disable-nls \
--enable-noexecstack
make
make DESTDIR="$1" install

1
extra/gnupg1/checksums Normal file
View File

@ -0,0 +1 @@
c9462f17e651b6507848c08c430c791287cd75491f8b5a8b50c6ed46b12678ba gnupg-1.4.23.tar.bz2

4
extra/gnupg1/depends Normal file
View File

@ -0,0 +1,4 @@
bzip2
curl
libressl
zlib

1
extra/gnupg1/sources Normal file
View File

@ -0,0 +1 @@
https://gnupg.org/ftp/gcrypt/gnupg/gnupg-1.4.23.tar.bz2

1
extra/gnupg1/version Normal file
View File

@ -0,0 +1 @@
1.4.23 1