24 lines
904 B
Text
24 lines
904 B
Text
# Template file for 'libnl3'
|
|
pkgname=libnl3
|
|
version=3.2.11
|
|
revision=1
|
|
wrksrc=libnl-${version}
|
|
homepage="http://www.infradead.org/~tgr/libnl"
|
|
distfiles="${homepage}/files/libnl-${version}.tar.gz"
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static"
|
|
makedepends="flex"
|
|
subpackages="${pkgname}-progs ${pkgname}-devel"
|
|
conf_files="/etc/libnl/pktloc /etc/libnl/classid"
|
|
short_desc="Netlink Protocol Library Suite"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="LGPL-2.1"
|
|
checksum=9750409c0fec8b27966a65d94c040647ee01753e0947b0d59577b815ee0e710d
|
|
long_desc="
|
|
The libnl suite is a collection of libraries providing APIs to netlink
|
|
protocol based Linux kernel interfaces.
|
|
|
|
Netlink is a IPC mechanism primarly between the kernel and user space
|
|
processes. It was designed to be a more flexible successor to ioctl to
|
|
provide mainly networking related kernel configuration and monitoring
|
|
interfaces."
|