]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - libgpg-error/libgpg-error.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / libgpg-error / libgpg-error.nm
index 5147094eb89f0da5d67e3a622588df75c785c079..441d752ed4684fcc43f2cd2fc1cdc7299b8f35ab 100644 (file)
@@ -4,35 +4,27 @@
 ###############################################################################
 
 name       = libgpg-error
-version    = 1.9
-release    = 2
+version    = 1.46
+release    = 1.1
 
 groups     = System/Libraries
-url        = http://www.gnupg.org/
+url        = https://www.gnupg.org/
 license    = LGPLv2+
 summary    = Library for error values used by GnuPG components.
 
 description
-       This is a library that defines common error values for all GnuPG \
-       components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, \
+       This is a library that defines common error values for all GnuPG
+       components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
        pinentry, SmartCard Daemon and possibly more in the future.
 end
 
-source_dl  =
+source_dl  = https://www.gnupg.org/ftp/gcrypt/libgpg-error/
 sources    = %{thisapp}.tar.bz2
 
 build
        requires
                gcc-c++
-       end
-
-       configure_options += \
-               --libdir=/%{lib}
-
-       install_cmds
-               mkdir -pv %{BUILDROOT}%{libdir}
-               rm -vf %{BUILDROOT}/%{lib}/libgpg-error.so
-               ln -sfv ../../%{lib}/libgpg-error.so.0 %{BUILDROOT}%{libdir}/libgpg-error.so
+               readline-devel
        end
 end