Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37704729
en ru br
ALT Linux repos
S:1.0.5-alt1
5.0: 0.0.15-alt1
4.1: 0.0.15-alt1
4.0: 0.0.15-alt1

Group :: System/Libraries
RPM: libnetfilter_queue

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: libnetfilter_queue
Version: 1.0.2
Release: alt1

Summary: API to packets that have been queued by the kernel packet filter
Url: http://netfilter.org/projects/libnetfilter_queue/
License: GPL
Group: System/Libraries
Source: %name-%version.tar

# Automatically added by buildreq on Wed Aug 08 2007

BuildRequires: gcc-c++ libnfnetlink-devel libmnl-devel

%description
libnetfilter_queue is a userspace library providing an API to packets that have
been queued by the kernel packet filter. It is is part of a system that deprecates
the old ip_queue / libipq mechanism.

%package devel
Summary: Development part of libnetfilter_queue.
Group: Development/C
Requires: %name = %version-%release

%description devel
Development part of libnetfilter_queue.

%prep
%setup

%build
autoreconf -fisv
%configure --disable-static
%make_build

%install
mkdir -p %buildroot%_libdir/%name
mkdir -p %buildroot%_includedir/%name
make install DESTDIR=%buildroot

%files
%_libdir/*.so.*
%doc COPYING

%files devel
%_includedir/%name/*
%_libdir/*.so
%_libdir/pkgconfig/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin