]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blobdiff - libidn/libidn.nm
kernel: Compress modules with XZ
[people/pmueller/ipfire-3.x.git] / libidn / libidn.nm
index fbd566d36016cc2c371d6884afe566a505131b0c..333d73c73d697150f711a6fb1422d0af736b5507 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = libidn
-version    = 1.24
+version    = 1.32
 release    = 1
 
 groups     = System/Libraries
@@ -23,7 +23,6 @@ source_dl  = http://ftp.gnu.org/gnu/libidn/
 
 build
        configure_options += \
-               --libdir=/%{lib} \
                --disable-csharp \
                --disable-static
 
@@ -31,15 +30,6 @@ build
                export LD_LIBRARY_PATH=$(pwd)/lib/.libs
                make -C tests check
        end
-
-       install
-               make install DESTDIR=%{BUILDROOT} \
-                       pkgconfigdir=%{libdir}/pkgconfig
-
-               mkdir -pv %{BUILDROOT}%{libdir}
-               rm -vf %{BUILDROOT}/%{lib}/libidn.so
-               ln -svf ../../%{lib}/libidn.so.11.6.7 %{BUILDROOT}%{libdir}/libidn.so
-       end
 end
 
 packages