]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libnet/libnet.nm
gnome-themes-standard: Update to 3.11.5.
[people/ms/ipfire-3.x.git] / libnet / libnet.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libnet
7 version = 1.1.4
8 release = 1
9
10 groups = System/Libraries
11 url = http://www.sourceforge.net/projects/libnet-dev/
12 license = BSD
13 summary = C library for portable packet creation and injection.
14
15 description
16 Libnet is an API to help with the construction and handling of \
17 network packets. It provides a portable framework for low-level \
18 network packet writing and handling (use libnet in conjunction \
19 with libpcap and you can write some really cool stuff). Libnet \
20 includes packet creation at the IP layer and at the link layer \
21 as well as a host of supplementary and complementary functionality.
22 end
23
24 source_dl =
25
26 packages
27 package %{name}
28 end
29
30 package %{name}-devel
31 template DEVEL
32 end
33
34 package %{name}-debuginfo
35 template DEBUGINFO
36 end
37 end