]> git.ipfire.org Git - ipfire-3.x.git/blob - libdnet/libdnet.nm
unbound: Create missing directory for root anchor
[ipfire-3.x.git] / libdnet / libdnet.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libdnet
7 version = 1.16.1
8 release = 1
9 thisapp = libdnet-libdnet-%{version}
10
11 groups = System/Libraries
12 url = https://github.com/ofalk/libdnet
13 license = BSD
14 summary = Simple portable interface to lowlevel networking routines
15
16 description
17 libdnet provides a simplified, portable interface to several
18 low-level networking routines, including network address
19 manipulation, kernel arp(4) cache and route(4) table lookup and
20 manipulation, network firewalling (IP filter, ipfw, ipchains,
21 pf, ...), network interface lookup and manipulation, raw IP
22 packet and Ethernet frame, and data transmission.
23 end
24
25 source_dl = https://github.com/ofalk/libdnet/archive/refs/tags/libdnet-%{version}.tar.gz#/
26
27 build
28 requires
29 check-devel
30 gcc-c++
31 end
32 end
33
34 packages
35 package %{name}
36
37 package %{name}-devel
38 template DEVEL
39 end
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
44 end