]> git.ipfire.org Git - ipfire-3.x.git/blame - pkgs/lldpd/lldpd.nm
Change file layout of the makefiles.
[ipfire-3.x.git] / pkgs / lldpd / lldpd.nm
CommitLineData
320b7b55 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
320b7b55
SS
4###############################################################################
5
802ea3af
MT
6name = lldpd
7version = 0.5.2
8release = 5
320b7b55 9
802ea3af
MT
10groups = Networking/Tools
11url = https://trac.luffy.cx/lldpd/
12license = GPL
13summary = Utilities for the Link Layer Discovery Protocol.
320b7b55 14
802ea3af 15description
320b7b55
SS
16 The LLDPD project aims to provide a comprehensive implementation of \
17 the IEEE standard 802.1AB Link Layer Discovery Protocol.
802ea3af
MT
18end
19
20source_dl =
21
22build
23 requires
24 libxml2-devel
25 pkg-config
26 zlib-devel
27 end
28
29 configure_options += \
30 --with-xml \
31 --with-privsep-user=lldpd \
32 --with-privsep-group=lldpd
33end
34
35packages
36 package %{name}
37 end
38end