void-packages/srcpkgs/libnl3/template

25 lines
904 B
Text
Raw Normal View History

2011-10-29 10:01:59 +00:00
# Template file for 'libnl3'
pkgname=libnl3
2012-06-26 07:51:50 +00:00
version=3.2.11
revision=1
2011-10-29 10:01:59 +00:00
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"
2012-06-26 07:51:50 +00:00
subpackages="${pkgname}-progs ${pkgname}-devel"
conf_files="/etc/libnl/pktloc /etc/libnl/classid"
2011-10-29 10:01:59 +00:00
short_desc="Netlink Protocol Library Suite"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
2012-06-26 07:51:50 +00:00
checksum=9750409c0fec8b27966a65d94c040647ee01753e0947b0d59577b815ee0e710d
2011-10-29 10:01:59 +00:00
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."