]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libnet/libnet.nm
Merge remote-tracking branch 'stevee/compat-packages'
[people/ms/ipfire-3.x.git] / libnet / libnet.nm
CommitLineData
b50476c9 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
b50476c9
SS
4###############################################################################
5
802ea3af
MT
6name = libnet
7version = 1.1.4
8release = 1
b50476c9 9
802ea3af
MT
10groups = System/Libraries
11url = http://www.sourceforge.net/projects/libnet-dev/
12license = BSD
13summary = C library for portable packet creation and injection.
b50476c9 14
802ea3af
MT
15description
16 Libnet is an API to help with the construction and handling of \
b50476c9
SS
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 \
802ea3af
MT
21 as well as a host of supplementary and complementary functionality.
22end
23
24source_dl =
b50476c9 25
802ea3af
MT
26packages
27 package %{name}
28 end
1f9bc2f0 29
802ea3af
MT
30 package %{name}-devel
31 template DEVEL
32 end
1f9bc2f0
MT
33
34 package %{name}-debuginfo
35 template DEBUGINFO
36 end
802ea3af 37end