avahi: update for new systemd_services arg.
This commit is contained in:
parent
b99e5bca3d
commit
e462d97a98
|
@ -1,8 +1,9 @@
|
|||
# Template file for 'avahi'
|
||||
pkgname=avahi
|
||||
version=0.6.30
|
||||
revision=3
|
||||
distfiles="http://www.avahi.org/download/avahi-$version.tar.gz"
|
||||
revision=4
|
||||
homepage="http://www.avahi.org"
|
||||
distfiles="$homepage/download/avahi-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-qt3 --disable-qt4 --disable-mono --disable-monodoc
|
||||
--disable-doxygen-doc --enable-compat-libdns_sd --enable-compat-howl
|
||||
|
@ -13,6 +14,7 @@ configure_args="--disable-qt3 --disable-qt4 --disable-mono --disable-monodoc
|
|||
--with-systemdsystemunitdir=/lib/systemd/system"
|
||||
short_desc="Multicast DNS Service Discovery"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
checksum=f9e4316c2339d0020726edd846d01bee0c39980906db0c247479e5807457ff1f
|
||||
long_desc="
|
||||
Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
|
||||
|
@ -23,7 +25,7 @@ long_desc="
|
|||
|
||||
# Create avahi and netdev system accounts.
|
||||
system_accounts="avahi netdev"
|
||||
systemd_services="avahi-daemon.service avahi-dnsconfd.service"
|
||||
systemd_services="avahi-daemon.service on avahi-dnsconfd.service on"
|
||||
conf_files="/etc/avahi/avahi-daemon.conf /etc/avahi/hosts.conf"
|
||||
|
||||
subpackages="$pkgname-autoipd $pkgname-discover $pkgname-compat-libs"
|
||||
|
|
Loading…
Reference in New Issue
Block a user