]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - libpcap/libpcap.nm
libpcap: Does not longer depend on libnl
[ipfire-3.x.git] / libpcap / libpcap.nm
index fbb8d259be4ffa0b79d739a6d20d0821d639747b..c8a676ff3a3ce8ab16c4184a895e13ce25060802 100644 (file)
@@ -4,42 +4,35 @@
 ###############################################################################
 
 name       = libpcap
-version    = 1.1.1
-release    = 1
+version    = 1.10.1
+release    = 2
 
 groups     = System/Libraries
-url        = http://www.tcpdump.org/
+url        = https://www.tcpdump.org/
 license    = BSD with advertising
 summary    = A system-independent interface for user-level packet capture.
 
 description
-       Libpcap provides a portable framework for low-level network \
-       monitoring.  Libpcap can provide network statistics collection, \
-       security monitoring and network debugging.  Since almost every \
-       system vendor provides a different interface for packet capture, \
-       the libpcap authors created this system-independent API to ease in \
-       porting and to alleviate the need for several system-dependent \
+       Libpcap provides a portable framework for low-level network
+       monitoring.  Libpcap can provide network statistics collection,
+       security monitoring and network debugging.  Since almost every
+       system vendor provides a different interface for packet capture,
+       the libpcap authors created this system-independent API to ease in
+       porting and to alleviate the need for several system-dependent
        packet capture modules in each application.
 end
 
-source_dl  =
+source_dl  = https://www.tcpdump.org/release/
 
 build
        requires
                bison
                flex
-               libnl-devel
-       end
-
-       install
-               mkdir -pv %{BUILDROOT}/usr/bin
-               make install install-shared-so DESTDIR=%{BUILDROOT}
        end
 end
 
 packages
        package %{name}
-       end
 
        package %{name}-devel
                template DEVEL