]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - pkgs/lldpd/lldpd.nm
Change file layout of the makefiles.
[people/ms/ipfire-3.x.git] / pkgs / lldpd / lldpd.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = lldpd
7 version = 0.5.2
8 release = 5
9
10 groups = Networking/Tools
11 url = https://trac.luffy.cx/lldpd/
12 license = GPL
13 summary = Utilities for the Link Layer Discovery Protocol.
14
15 description
16 The LLDPD project aims to provide a comprehensive implementation of \
17 the IEEE standard 802.1AB Link Layer Discovery Protocol.
18 end
19
20 source_dl =
21
22 build
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
33 end
34
35 packages
36 package %{name}
37 end
38 end