25 lines
901 B
Text
25 lines
901 B
Text
# Template file for 'libnl3'
|
|
pkgname=libnl3
|
|
version=3.2.3
|
|
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"
|
|
short_desc="Netlink Protocol Library Suite"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="LGPL-2.1"
|
|
checksum=69f4a360350ea61f2c988f947c251995c04093c74743eae9eeffba85846ef007
|
|
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."
|
|
|
|
subpackages="${pkgname}-progs ${pkgname}-devel"
|
|
conf_files="/etc/libnl/pktloc /etc/libnl/classid"
|
|
|
|
Add_dependency build flex
|