]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - libgpg-error/libgpg-error.nm
kernel: Disable support for 6RD
[ipfire-3.x.git] / libgpg-error / libgpg-error.nm
index 5147094eb89f0da5d67e3a622588df75c785c079..4d2b48ca15e955b91692125db20769da0d5da5cf 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = libgpg-error
-version    = 1.9
-release    = 2
+version    = 1.27
+release    = 1
 
 groups     = System/Libraries
 url        = http://www.gnupg.org/
@@ -18,22 +18,13 @@ description
        pinentry, SmartCard Daemon and possibly more in the future.
 end
 
-source_dl  =
+source_dl  = ftp://ftp.gnupg.org/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
-       end
 end
 
 packages