blob: 9bc6af028af07549fd81e6bd89802ae5ca8295c6 [file] [log] [blame]
# Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
DESCRIPTION="Install the upstart job that launches avahi."
HOMEPAGE="http://www.chromium.org/"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
RDEPEND="
!<chromeos-base/chromeos-init-0.0.16
net-dns/avahi
"
S=${WORKDIR}
src_install() {
insinto /etc/init
doins "${FILESDIR}"/init/*.conf
}