]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - pcre/pcre.nm
libnl3: New package.
[people/ms/ipfire-3.x.git] / pcre / pcre.nm
index 782b4382424173d7060bfb12f7cc3165013dc03f..112df6aeaeddf46793abf8b42138a591238693c5 100644 (file)
@@ -4,11 +4,9 @@
 ###############################################################################
 
 name       = pcre
-version    = 8.34
+version    = 8.35
 release    = 3
 
-compat_version = 8.21
-
 groups     = System/Libraries
 url        = http://www.pcre.org/
 license    = BSD
@@ -21,7 +19,6 @@ description
 end
 
 source_dl  = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
-sources   += %{name}-%{compat_version}.tar.gz
 
 build
        requires
@@ -42,25 +39,8 @@ build
                --enable-unicode-properties \
                --enable-pcretest-libreadline
 
-       build_cmds
-               cd %{DIR_SRC}/%{name}-%{compat_version}
-               ./configure \
-                       %{configure_options}
-
-               make %{PARALLELISMFLAGS}
-       end
-
        test
                make check
-
-               cd %{DIR_SRC}/%{name}-%{compat_version}
-               make check
-       end
-
-       install_cmds
-               cd %{DIR_SRC}/%{name}-%{compat_version}
-               install -m 755 .libs/libpcre.so.0.0.1 %{BUILDROOT}%{libdir}
-               ln -svf libpcre.so.0.0.1 %{BUILDROOT}%{libdir}/libpcre.so.0
        end
 end
 
@@ -71,14 +51,6 @@ packages
                template DEVEL
        end
 
-       package %{name}-compat
-               summary = Compat libraries of %{thisapp}.
-
-               files
-                       %{libdir}/libpcre.so.0*
-               end
-       end
-
        package %{name}-debuginfo
                template DEBUGINFO
        end