Make installation of bl-1 stuff optional.

for/master
Wulf C. Krueger 2010-10-09 22:11:27 +02:00 committed by Daniel Mierswa
parent 534c0b4120
commit 297690bb38
1 changed files with 5 additions and 3 deletions

View File

@ -10,13 +10,15 @@ It's intended for simple forwarding of Multicast traffic between networks."
LICENCES="GPL-2"
SLOT="0"
PLATFORMS="~x86"
MYOPTIONS=""
MYOPTIONS="baselayout"
DEPENDENCIES=""
src_install() {
default
newinitd "${FILES}/igmpproxy-init.d" igmpproxy
newconfd "${FILES}/igmpproxy-conf.d" igmpproxy
if option baselayout ; then
newinitd "${FILES}/igmpproxy-init.d" igmpproxy
newconfd "${FILES}/igmpproxy-conf.d" igmpproxy
fi
}