diff options
author | Peter Volkov <pva@gentoo.org> | 2011-05-01 11:57:20 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2011-05-01 11:57:20 +0000 |
commit | bcb8add5104289e7a2db5e7fce0c4c9723145366 (patch) | |
tree | bdc8bf562074b5ad0d6cd073084b8bc0fd3887ef /net-libs/libmnl/metadata.xml | |
parent | ppc/ppc64 stable wrt #360793 (diff) | |
download | gentoo-2-bcb8add5104289e7a2db5e7fce0c4c9723145366.tar.gz gentoo-2-bcb8add5104289e7a2db5e7fce0c4c9723145366.tar.bz2 gentoo-2-bcb8add5104289e7a2db5e7fce0c4c9723145366.zip |
Initial import. Required for new ipset.
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libmnl/metadata.xml')
-rw-r--r-- | net-libs/libmnl/metadata.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net-libs/libmnl/metadata.xml b/net-libs/libmnl/metadata.xml new file mode 100644 index 000000000000..60048729beb9 --- /dev/null +++ b/net-libs/libmnl/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>pva@gentoo.org</email> + <name>Peter Volkov</name> +</maintainer> +<longdescription lang="en"> + libmnl is a minimalistic user-space library oriented to Netlink developers. + There are a lot of common tasks in parsing, validating, constructing of both + the Netlink header and TLVs that are repetitive and easy to get wrong. This + library aims to provide simple helpers that allows you to re-use code and to + avoid re-inventing the wheel. +</longdescription> +</pkgmetadata> + |