blob: 3f71d064023bb216780062d1b1e2339105609487 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Copyright 2018 Gluzskiy Alexandr <sss@sss.chaoslab.ru>
# Distributed under the terms of the GNU General Public License v2
require github [ user=reubenhwk tag=v${PV} force_git_clone=true ]
require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.15 ] ]
HOMEPAGE="http://v6web.litech.org/radvd/"
SLOT="0"
LICENCES="BSD"
DEFAULT_SRC_CONFIGURE_PARAMS+=(
--with-pidfile=/var/run/radvd/radvd.pid
)
DEPENDENCIES="
build:
dev-libs/libdaemon
build+run:
sys-devel/bison
sys-devel/flex
user/radvd
group/radvd
test:
dev-libs/check
"
|