Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37500597
en ru br
ALT Linux repos
S:1.0.5-alt1

Group :: System/Libraries
RPM: libmnl

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name:           libmnl
Version:        1.0.4
Release:        alt1
Summary:        Minimalistic Netlink library
Group:          System/Libraries
License:         LGPLv2.1+
URL:            http://netfilter.org/projects/libmnl
Source:        %name-%version.tar

%description
libmnl is a minimalistic user-space library oriented to Netlink developers.
There are a lot of common tasks in parsing, validating, constructing of both
the Netlink header and TLVs that are repetitive and easy to get wrong.
This library aims to provide simple helpers that allows you to re-use
code and to avoid re-inventing the wheel.

%package devel
Summary:        Development files for %name
Group:          System/Libraries
Requires:       pkgconfig, %name = %version-%release

%description   devel
The %name-devel package contains libraries and header files for
developing applications that use %name.

%prep
%setup

%build
%autoreconf
%configure
%make_build

%install
%makeinstall_std

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

%files devel
%doc examples
%_libdir/*.so
%_includedir/%name
%_libdir/pkgconfig/*.pc

%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