]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blobdiff - libgcrypt/libgcrypt.nm
libgcrypt: update to 1.7.0
[people/amarx/ipfire-3.x.git] / libgcrypt / libgcrypt.nm
index ab21d039180465dd0bd31c2f8e068ab0daac93e6..10707a1b7ffc93961c4bb0430a5cae6551361b9b 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = libgcrypt
-version    = 1.5.0
-release    = 2
+version    = 1.7.0
+release    = 1
 
 groups     = System/Libraries
 url        = http://www.gnupg.org/
@@ -18,7 +18,7 @@ description
        in GNU Privacy Guard.
 end
 
-source_dl  =
+source_dl  = ftp://ftp.gnupg.org/gcrypt/libgcrypt/
 sources    = %{thisapp}.tar.bz2
 
 build
@@ -28,14 +28,7 @@ build
        end
 
        configure_options += \
-               --libdir=/%{lib} \
-               --enable-noexecstack \
-
-       install_cmds
-               mkdir -pv %{BUILDROOT}%{libdir}
-               rm -vf %{BUILDROOT}/%{lib}/libgcrypt.so
-               ln -sfv ../../%{lib}/libgcrypt.so.11 %{BUILDROOT}%{libdir}/libgcrypt.so
-       end
+               --enable-noexecstack
 end
 
 packages