]> git.ipfire.org Git - ipfire-3.x.git/blame - libdnet/libdnet.nm
unbound: Create missing directory for root anchor
[ipfire-3.x.git] / libdnet / libdnet.nm
CommitLineData
1d468e76 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
1d468e76
SS
4###############################################################################
5
802ea3af 6name = libdnet
a52b3ac8 7version = 1.16.1
802ea3af 8release = 1
a52b3ac8 9thisapp = libdnet-libdnet-%{version}
1d468e76 10
802ea3af 11groups = System/Libraries
a52b3ac8 12url = https://github.com/ofalk/libdnet
802ea3af 13license = BSD
a52b3ac8 14summary = Simple portable interface to lowlevel networking routines
1d468e76 15
802ea3af 16description
a52b3ac8
MT
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
1d468e76 22 packet and Ethernet frame, and data transmission.
802ea3af
MT
23end
24
a52b3ac8 25source_dl = https://github.com/ofalk/libdnet/archive/refs/tags/libdnet-%{version}.tar.gz#/
802ea3af
MT
26
27build
28 requires
a52b3ac8 29 check-devel
802ea3af
MT
30 gcc-c++
31 end
802ea3af
MT
32end
33
34packages
35 package %{name}
1f9bc2f0 36
802ea3af
MT
37 package %{name}-devel
38 template DEVEL
39 end
1f9bc2f0
MT
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
802ea3af 44end