1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR
)/rules.mk
9 PKG_HASH
:= b070e77238e789e298a82cba2b1bfb0b0180b4ebc1adfc4e75058adfdbff747b
10 PKG_DESCR
:= routing advertisement daemon for ipv6
11 PKG_SECTION
:= net
/ipv6
12 PKG_DEPENDS
:= libdaemon
14 PKG_BUILDDEP
:= libdaemon
check
15 PKG_URL
:= http
://www.litech.org
/radvd
/
16 PKG_SITES
:= http
://v6web.litech.org
/radvd
/dist/
18 include $(ADK_TOPDIR
)/mk
/package.mk
20 $(eval
$(call PKG_template
,RADVD
,radvd
,$(PKG_VERSION
)-$(PKG_RELEASE
),$(PKG_DEPENDS
),$(PKG_DESCR
),$(PKG_SECTION
)))
22 AUTOTOOL_STYLE
:= autoreconf
23 CONFIGURE_ARGS
+= --with-configfile
=/etc
/radvd.conf \
24 --with-logfile
=/var
/log
/radvd.log \
25 --with-pidfile
=/var
/run
/radvd.pid
28 $(INSTALL_DIR
) $(IDIR_RADVD
)/etc
$(IDIR_RADVD
)/usr
/sbin
29 $(INSTALL_DATA
) .
/files
/radvd.conf
$(IDIR_RADVD
)/etc
/
30 $(INSTALL_BIN
) $(WRKINST
)/usr
/sbin
/radvd
$(IDIR_RADVD
)/usr
/sbin
/
31 $(INSTALL_BIN
) $(WRKINST
)/usr
/sbin
/radvdump
$(IDIR_RADVD
)/usr
/sbin
/
33 include $(ADK_TOPDIR
)/mk
/pkg-bottom.mk