Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37815118
en ru br
ALT Linux repos
S:1.0.1.0.8.5087-alt1
5.0: 0.0.33-alt1
4.1: 0.0.33-alt1
4.0: 0.0.30-alt1

Group :: System/Libraries
RPM: libnfnetlink

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: libnfnetlink
Version: 0.0.33
Release: alt1
Serial: 1

Summary: libnfnetlink - low-level nfnetlink message processing functions
Url: http://netfilter.org/projects/libnfnetlink/
Packager: Avramenko Andrew <liks at altlinux.ru>
License: GPL
Group: System/Libraries

Source: %name-%version.tar

BuildRequires: gcc-c++

%description
libnfnetlink is the low-level library for netfilter related kernel/userspace
communication. It provides a generic messaging infrastructure for in-kernel
netfilter subsystems (such as nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack)
and their respective users and/or management tools in userspace.

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

%description devel
Development part of libnfnetlink

%prep
%setup

%build
#./autogen.sh
%configure --disable-static
%make_build DESTDIR=%buildroot

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

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

%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