1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
10 groups = Development/Libraries
11 url = http://people.suug.ch/~tgr/libnl/
13 summary = Convenience library for kernel netlink sockets.
16 This package contains a convenience library to simplify using the \
17 Linux kernel's netlink sockets interface for network manipulation.
23 configure_options += \
27 rm -vf %{BUILDROOT}/%{lib}/libnl.so
28 mkdir -pv %{BUILDROOT}%{libdir}
29 ln -svf ../../%{lib}/libnl.so.1 %{BUILDROOT}%{libdir}/libnl.so
31 mv -v %{BUILDROOT}/%{lib}/pkgconfig %{BUILDROOT}%{libdir}/pkgconfig
42 package %{name}-debuginfo