]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - pkgs/radvd/radvd.nm
32a912c11df39ff3ed4cde290b977cad1e8d5ca1
[people/pmueller/ipfire-3.x.git] / pkgs / radvd / radvd.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = radvd
7 version = 1.8
8 release = 4
9
10 groups = System/Daemons
11 url = http://www.litech.org/radvd/
12 license = BSD with advertising
13 summary = A Router Advertisement daemon.
14
15 description
16 radvd is the router advertisement daemon for IPv6. It listens to
17 router solicitations and sends router advertisements as described
18 in Neighbor Discovery for IP Version 6. With these
19 advertisements hosts can automatically configure their addresses and
20 some other parameters. They also can choose a default router based
21 on these advertisements.
22 end
23
24 source_dl = http://www.litech.org/radvd/dist/
25
26 build
27 requires
28 flex
29 flex-devel
30 bison
31 end
32
33 configure_options += \
34 --mandir=/usr/share/man \
35 --with-pidfile=/run/radvd/radvd.pid
36
37 prepare_cmds
38 sed -e "s/-lfl/-lfl_pic/g" -i Makefile.*
39 end
40 end
41
42 packages
43 package %{name}
44 reuires = /lib/network/network-radvd-config
45 end
46 end