gnupg bloody recipe fucking collection

master
Philippe PITTOLI 2019-08-15 00:40:21 +02:00
parent df432759e0
commit f80acf61d7
6 changed files with 38 additions and 0 deletions

17
gnupg/recipe.spec Normal file
View File

@ -0,0 +1,17 @@
name: gnupg
version: 2.2.17
release: 1
sources: https://gnupg.org/ftp/gcrypt/gnupg/gnupg-%{version}.tar.bz2
dependencies:
- libgpg-error
- libgcrypt
- libassuan
- pkgconf
- libnpth
- binutils
@configure
cd %{name}-%{version}
make clean
./configure --disable-gpgsm --disable-scdaemon --disable-dirmngr --disable-doc --disable-gpgtar --disable-wks-tools --enable-gpg-is-gpg2 --disable-selinux-support --disable-exec --disable-photo-viewers --disable-card-support --disable-ccid-driver --disable-dirmngr-auto-start --disable-sqlite --disable-ntbtls --disable-gnutls --disable-ldap --disable-rpath --disable-nls

4
libassuan/recipe.spec Normal file
View File

@ -0,0 +1,4 @@
name: libassuan
version: 2.5.3
release: 1
sources: https://gnupg.org/ftp/gcrypt/libassuan/libassuan-%{version}.tar.bz2

4
libgcrypt/recipe.spec Normal file
View File

@ -0,0 +1,4 @@
name: libgcrypt
version: 1.8.4
release: 1
sources: https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-%{version}.tar.bz2

4
libgpg-error/recipe.spec Normal file
View File

@ -0,0 +1,4 @@
name: libgpg-error
version: 1.36
release: 1
sources: https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-%{version}.tar.bz2

4
libksba/recipe.spec Normal file
View File

@ -0,0 +1,4 @@
name: libksba
version: 1.3.5
release: 1
sources: https://gnupg.org/ftp/gcrypt/libksba/libksba-%{version}.tar.bz2

5
libnpth/recipe.spec Normal file
View File

@ -0,0 +1,5 @@
name: libnpth
version: 1.6
release: 1
sources: https://gnupg.org/ftp/gcrypt/npth/npth-%{version}.tar.bz2
dirname: npth-%{version}