diff options
author | Michal Bialozor <bialyy@o2.pl> | 2011-10-03 00:05:11 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-10-03 00:05:11 -0500 |
commit | ea519288fe2a56ccd9c6052eb4e0848e4cff2c8c (patch) | |
tree | 3303f012efba5c439837bcb7f560389acfa1b4dc /libraries/libmnl/slack-desc | |
parent | 8ce701b4943b03a9d15362fc592f8614b7502e5b (diff) | |
download | slackbuilds-ea519288fe2a56ccd9c6052eb4e0848e4cff2c8c.tar.gz |
libraries/libmnl: Added (user-space library for Netlink developers)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libmnl/slack-desc')
-rw-r--r-- | libraries/libmnl/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/libmnl/slack-desc b/libraries/libmnl/slack-desc new file mode 100644 index 0000000000..0fc1b47d69 --- /dev/null +++ b/libraries/libmnl/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler-------------------------------------------| +libmnl: libmnl (user-space library oriented to Netlink developers) +libmnl: +libmnl: libmnl is a minimalistic user-space library oriented to Netlink +libmnl: developers. There are a lot of common tasks in parsing, validating, +libmnl: constructing of both the Netlink header and TLVs that are repetitive +libmnl: and easy to get wrong. This library aims to provide simple helpers +libmnl: that allows you to re-use code and to avoid re-inventing the wheel. +libmnl: +libmnl: Homepage: http://www.netfilter.org/projects/libmnl/ +libmnl: +libmnl: |